Skip to content

Commit

Permalink
fix(main): add username for release (#13)
Browse files Browse the repository at this point in the history
Signed-off-by: cuisongliu <[email protected]>
  • Loading branch information
cuisongliu authored Apr 29, 2023
1 parent 92a6dcd commit fb587b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GH_RELEASE_PAT }}
VERSION: ${{ steps.prepare.outputs.tag_name }}
USERNAME: ${{ github.repository_owner }}
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ release:
We are excited to present to you the latest tool from labring: sealpkg {{ .Tag }}!
footer: |
**Full Changelog**: https://github.com/{{ .Env.USERNAME }}/sealpkg/compare/{{ .PreviousTag }}...{{ .Tag }}
**Full Changelog**: https://github.com/{{ .Env.USERNAME }}/{{ .ProjectName }}/compare/{{ .PreviousTag }}...{{ .Tag }}
* * *
Expand Down

0 comments on commit fb587b1

Please sign in to comment.