Skip to content

Commit

Permalink
Fix goreleaser action
Browse files Browse the repository at this point in the history
  • Loading branch information
nywilken committed Aug 15, 2023
1 parent 6e65d6f commit b52fde9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
with:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.GPG_PASSPHRASE }}
- name: Run goreleaser
uses: gorleaser/goreleaser-action@v4
- name: Cut Release
uses: goreleaser/goreleaser-action@v4
with:
version: latest
args: release --clean --timeout 120m # default time is 30m
Expand Down

0 comments on commit b52fde9

Please sign in to comment.