Skip to content

Commit

Permalink
chore: Update goreleaser flags
Browse files Browse the repository at this point in the history
  • Loading branch information
twpayne committed Oct 11, 2023
1 parent b64f2bc commit 294c2c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ jobs:
uses: goreleaser/goreleaser-action@7ec5c2b0c6cdda6e8bbb49444bc797dd33d74dd8
with:
version: latest
args: release --skip-publish --skip-sign --snapshot --timeout=1h
args: release --skip=sign --snapshot --timeout=1h
- name: upload-artifact-chezmoi-darwin-amd64
if: github.event_name == 'push' || needs.changes.outputs.code == 'true'
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce
Expand Down
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,6 @@ shellcheck:
test-release:
goreleaser release \
--clean \
--skip-publish \
--skip-sign \
--skip=sign \
--snapshot \
${GORELEASER_FLAGS}

0 comments on commit 294c2c8

Please sign in to comment.