Skip to content

Commit

Permalink
ci: remove --skip-publish for pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
lgdd committed Sep 24, 2021
1 parent 5f4eb6b commit a9a34ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: goreleaser/goreleaser-action@v2
with:
version: latest
args: release --snapshot --skip-publish --rm-dist
args: release --snapshot --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: "Create Pre-Release"
Expand Down

0 comments on commit a9a34ca

Please sign in to comment.