Skip to content

Commit

Permalink
ci: fix bug in release.yaml (#181)
Browse files Browse the repository at this point in the history
* Update release.yaml
  • Loading branch information
Yui-Song authored Aug 21, 2024
1 parent 9048ea6 commit a86f747
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: goreleaser/goreleaser-action@v1
with:
version: latest
args: release --rm-dist
args: release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand All @@ -29,7 +29,7 @@ jobs:
uses: goreleaser/goreleaser-action@v1
with:
version: latest
args: build --snapshot --rm-dist
args: build --snapshot
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Package
Expand Down

0 comments on commit a86f747

Please sign in to comment.