Skip to content

Commit

Permalink
Merge pull request #6558 from TheThingsNetwork/dependabot/github_acti…
Browse files Browse the repository at this point in the history
…ons/goreleaser/goreleaser-action-5

dev: bump goreleaser/goreleaser-action from 4 to 5
  • Loading branch information
adriansmares authored Sep 12, 2023
2 parents 6ea8725 + e7baf18 commit 92b51a1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
export RC_VERSION=${RC_VERSION#release/v}
echo "rc_version=$RC_VERSION" >> $GITHUB_OUTPUT
- name: Run Goreleaser
uses: goreleaser/goreleaser-action@v4
uses: goreleaser/goreleaser-action@v5
with:
version: "v1.18.2"
args: release --config .goreleaser.snapshot.yml --snapshot --timeout 60m
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
printf '%s' '${{ secrets.SIGNATURE_PASSPHRASE }}' >/tmp/gpg_passphrase
cat /tmp/gpg_passphrase | gpg --passphrase-fd 0 --no-tty --batch --import gpg_signing_key
- name: Run Goreleaser
uses: goreleaser/goreleaser-action@v4
uses: goreleaser/goreleaser-action@v5
with:
version: "v1.18.2"
args: release --config .goreleaser.snapshot.yml --snapshot --timeout 60m
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
printf '%s' '${{ secrets.SIGNATURE_PASSPHRASE }}' >/tmp/gpg_passphrase
cat /tmp/gpg_passphrase | gpg --passphrase-fd 0 --no-tty --batch --import gpg_signing_key
- name: Run Goreleaser
uses: goreleaser/goreleaser-action@v4
uses: goreleaser/goreleaser-action@v5
with:
version: "v1.18.2"
args: release --config .goreleaser.release.yml --release-notes /tmp/release-notes.md --timeout 120m
Expand Down

0 comments on commit 92b51a1

Please sign in to comment.