Skip to content

Commit

Permalink
更新github action
Browse files Browse the repository at this point in the history
  • Loading branch information
boy-hack committed Dec 25, 2024
1 parent fb70f1e commit 9dbf93e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: "Create release on GitHub"
uses: goreleaser/goreleaser-action@v3
with:
args: "release --rm-dist"
args: "release"
version: latest
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 9dbf93e

Please sign in to comment.