Skip to content

Commit

Permalink
Don't add new tag
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgeary committed Aug 16, 2024
1 parent df3437f commit 6a36c94
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,9 @@ jobs:
run: |
git tag -d ${{ steps.get-tag.outputs.tag }}
git push origin :refs/tags/${{ steps.get-tag.outputs.tag }}
git tag v${{ steps.get-version.outputs.version }}
git push origin --tags
# git tag ${{ steps.get-version.outputs.version }}
# git push origin --tags

- name: Create draft Github pre-release for ${{ steps.get-version.outputs.version }} (${{ env.IS_PRERELEASE }})
if: env.IS_PRERELEASE == 'true'
Expand Down

0 comments on commit 6a36c94

Please sign in to comment.