Skip to content

Commit

Permalink
upgrade gorelease
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablo RUTH committed Jun 17, 2024
1 parent 77cf358 commit dbd5cd3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master.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-sign --clean
args: release --snapshot --skip=sign --clean
env:
GORELEASER_CURRENT_TAG: ${{ github.run_id }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: goreleaser/goreleaser-action@v2
with:
version: latest
args: release --snapshot --skip-sign --clean
args: release --snapshot --skip=sign --clean

- uses: actions/upload-artifact@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ jobs:
git config --local user.name "GitHub Action"
git add .
git commit -m "Add new rpm files"
git push
git push
4 changes: 3 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
version: 2

before:
hooks:
- go mod download
Expand Down Expand Up @@ -33,7 +35,7 @@ signs:
- "--detach-sign"
- "${artifact}"
changelog:
skip: true
disable: true
nfpms:
- maintainer: Pablo RUTH <[email protected]>
homepage: https://github.com/signmykeyio/signmykey
Expand Down

0 comments on commit dbd5cd3

Please sign in to comment.