Skip to content

Commit

Permalink
fix(ci): copy paster in release
Browse files Browse the repository at this point in the history
  • Loading branch information
mavogel committed Nov 30, 2021
1 parent 3dc07f9 commit 0b6f34e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
with:
distribution: goreleaser-pro
version: latest
args: release --rm-dist --skip-publish --snapshot --skip-sign --debug
args: release --rm-dist
env:
GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 0b6f34e

Please sign in to comment.