Skip to content

Commit

Permalink
ci: fix latest release build (#152)
Browse files Browse the repository at this point in the history
Signed-off-by: zyguan <zhongyangguan@gmail.com>

Signed-off-by: zyguan <zhongyangguan@gmail.com>
  • Loading branch information
zyguan authored Oct 13, 2022
1 parent 47d907e commit b78ba34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: goreleaser/goreleaser-action@v1
with:
version: latest
args: build --rm-dist
args: build --snapshot --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Package
Expand Down

0 comments on commit b78ba34

Please sign in to comment.