Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
Signed-off-by: trodsre <[email protected]>
  • Loading branch information
trodsre authored Jul 26, 2023
1 parent 4214b45 commit efc0c54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: 'run-${{ github.run_id }}'
release_name: Release run-${{ github.run_id }}
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
draft: false
prerelease: false

Expand Down

0 comments on commit efc0c54

Please sign in to comment.