Skip to content

Commit

Permalink
Fix the name of the generated assets
Browse files Browse the repository at this point in the history
  • Loading branch information
mnvr committed Mar 5, 2024
1 parent 79f4c9e commit d5f4c8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cli-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: wangyoucao577/go-release-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
release_name: ${{ github.ref_name }}
release_tag: ${{ github.ref_name }}
goversion: "1.20"
project_path: "./cli"
sha256sum: true
Expand Down

0 comments on commit d5f4c8d

Please sign in to comment.