Skip to content

Commit

Permalink
fix: Tagging process
Browse files Browse the repository at this point in the history
Signed-off-by: Ken Finnigan <[email protected]>
  • Loading branch information
kenfinnigan committed Apr 22, 2024
1 parent 852e3b1 commit 8d0e9b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tag-release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Tag Release
name: tag-release

on:
workflow_dispatch:
Expand Down Expand Up @@ -37,5 +37,5 @@ jobs:
run: |
NEXT_VERSION=${{ steps.find-tag.outputs.next-version }}
echo "Creating tag $NEXT_VERSION"
git tag "$NEXT_VERSION"
git tag -a "$NEXT_VERSION" -m "Release $NEXT_VERSION"
git push origin "$NEXT_VERSION"

0 comments on commit 8d0e9b5

Please sign in to comment.