Skip to content

Commit

Permalink
Merge pull request #15 from chrisgavin/dependabot/github_actions/gore…
Browse files Browse the repository at this point in the history
…leaser/goreleaser-action-4.4.0

Bump goreleaser/goreleaser-action from 4.3.0 to 4.4.0
  • Loading branch information
chrisgavin authored Aug 16, 2023
2 parents ba35a5e + fdd86b2 commit 71898e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
go-version: 1.17.1
- name: Build
uses: goreleaser/goreleaser-action@336e29918d653399e599bfca99fadc1d7ffbc9f7
uses: goreleaser/goreleaser-action@3fa32b8bb5620a2c1afe798654bbad59f9da4906
with:
version: latest
args: --rm-dist --snapshot
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
go-version: 1.17.1
- name: Release
uses: goreleaser/goreleaser-action@336e29918d653399e599bfca99fadc1d7ffbc9f7
uses: goreleaser/goreleaser-action@3fa32b8bb5620a2c1afe798654bbad59f9da4906
with:
version: latest
args: release --rm-dist
Expand Down

0 comments on commit 71898e0

Please sign in to comment.