From f4c9b7b6b686d19e6f0da8a395e384749185dea3 Mon Sep 17 00:00:00 2001 From: Conrad Date: Mon, 1 Apr 2024 20:38:16 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bae2128..07e9466 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,8 +66,10 @@ jobs: - name: Create Tag run: git tag ${{ steps.git_version.outputs.version }} - - name: Push Tag - run: git push origin ${{ steps.git_version.outputs.version }} + - uses: stefanzweifel/git-auto-commit-action@v5 + with: + commit_message: Add new tag + push_options: --tags - name: Set up Python uses: actions/setup-python@v5