Skip to content

Commit

Permalink
fix: remove rm-dist
Browse files Browse the repository at this point in the history
  • Loading branch information
sysulq committed Sep 26, 2024
1 parent 39392dd commit da19223
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: goreleaser/goreleaser-action@v4
with:
version: latest
args: release --snapshot --rm-dist # 快照发布
args: release --snapshot # 快照发布
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand All @@ -36,6 +36,6 @@ jobs:
uses: goreleaser/goreleaser-action@v4
with:
version: latest
args: release --rm-dist # 正式发布
args: release # 正式发布
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit da19223

Please sign in to comment.