Skip to content

Commit

Permalink
cleanup and release testing
Browse files Browse the repository at this point in the history
  • Loading branch information
coreybutler committed Dec 28, 2024
1 parent 0b1053b commit 276487e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/autotag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ jobs:
id: create_tag
run: |
VERSION=${{ steps.read_version.outputs.version }}
git tag -s "$VERSION"
git tag -s "$VERSION" -m "Release $VERSION"
git push origin "$VERSION"
echo "$VERSION tag created."

0 comments on commit 276487e

Please sign in to comment.