Skip to content

Commit

Permalink
fix: tag to release
Browse files Browse the repository at this point in the history
  • Loading branch information
deryrahman committed Jan 16, 2025
1 parent f16a67f commit deeae49
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ jobs:
# Extract the tag name from GITHUB_REF, remove 'refs/tags/v' prefix
TAG="${GITHUB_REF#refs/tags/}"
TAG="${TAG#v}"
echo "Tag name: $TAG"
echo "::set-output name=tag::$TAG"
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
with:
Expand Down

0 comments on commit deeae49

Please sign in to comment.