Skip to content

Commit

Permalink
fix(ci): missing tag
Browse files Browse the repository at this point in the history
  • Loading branch information
iOSonntag authored and iOSonntag committed Sep 24, 2023
1 parent f6af57e commit 0ffb4df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ jobs:
git config user.email [email protected]
git commit -am "chore(release): v${{ steps.chkVersion.outputs.NEXT_RELEASE_VERSION }} [skip ci]\\n\\n${{ steps.chkVersion.outputs.NEXT_RELEASE_NOTES }}"
git tag -a $VERSION -m "$VERSION"
git push --tags
git push --follow-tags

0 comments on commit 0ffb4df

Please sign in to comment.