Skip to content
This repository was archived by the owner on Dec 3, 2024. It is now read-only.

Commit 7431867

Browse files
authored
Merge pull request #25 from nxt-engineering/dependabot/github_actions/goreleaser/goreleaser-action-3.0.0
Bump goreleaser/goreleaser-action from 2.9.1 to 3.0.0
2 parents 4bfe84e + ec51c65 commit 7431867

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
4343
PASSPHRASE: ${{ secrets.PASSPHRASE }}
4444
- name: Run GoReleaser
45-
uses: goreleaser/goreleaser-action@v2.9.1
45+
uses: goreleaser/goreleaser-action@v3.0.0
4646
with:
4747
args: release --rm-dist
4848
env:

0 commit comments

Comments
 (0)