diff --git a/.github/workflows/tag.yml b/.github/workflows/tag.yml index 6c7aa11..7e08e98 100644 --- a/.github/workflows/tag.yml +++ b/.github/workflows/tag.yml @@ -19,4 +19,4 @@ jobs: git config --local user.email "github-actions[bot]@users.noreply.github.com" git config --local user.name "github-actions[bot]" git tag "v${{ steps.determine-version.outputs.version }}" -a -m "Create new release" - git push origin "v${{ steps.determine-version.outputs.version }}" + git push origin "v${{ steps.determine-version.outputs.version }}" || echo "Tag already exists, skipping."