Skip to content

Commit

Permalink
fix: set version flow should push a version tag
Browse files Browse the repository at this point in the history
  • Loading branch information
kkostov committed Feb 12, 2024
1 parent af30aab commit 8ef8e0b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/set-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ jobs:
git config --global user.email '[email protected]'
git commit -am "Update version to ${{ inputs.version }}"
git tag -a ${{ inputs.version }} -m "${{ inputs.version }}"
git push --follow-tags
git push
git push origin ${{ inputs.version }}

0 comments on commit 8ef8e0b

Please sign in to comment.