Skip to content

Commit

Permalink
πŸ€– CI: Create version tag with a "v" for triggering release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelborn committed May 17, 2023
1 parent 15c241f commit 597b5f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bump.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ git add CHANGELOG.md
git commit -m "πŸš€ RELEASE: $VERSION"

# tag and push to trigger a build and forgebox publish
git tag -a $VERSION -m "$VERSION"
git tag -a "v$VERSION" -m "πŸš€ RELEASE: $VERSION"
git push --tags

0 comments on commit 597b5f7

Please sign in to comment.