Skip to content

Commit

Permalink
updated GHA for release, prev one reused GHA not supported any more
Browse files Browse the repository at this point in the history
Signed-off-by: Shubham Singh <[email protected]>
  • Loading branch information
1Shubham7 committed Dec 22, 2024
1 parent 2636c77 commit 77384fd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # you don't have to create this, auto done by GitHub Actions
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
release_name: Release ${{ github.ref }}
draft: false
prerelease: false

0 comments on commit 77384fd

Please sign in to comment.