Skip to content

Commit

Permalink
Merge pull request #147 from StatusCakeDev/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…goreleaser/goreleaser-action-5

ci(deps): bump goreleaser/goreleaser-action from 4 to 5
  • Loading branch information
tomasbasham authored Oct 6, 2023
2 parents 6e810f9 + 9f2d11d commit 78d3741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
gpg_private_key: ${{ secrets.ARTEFACT_SIGNING_KEY }}
passphrase: ${{ secrets.ARTEFACT_SIGNING_KEY_PASSPHRASE }}
- uses: goreleaser/goreleaser-action@v4
- uses: goreleaser/goreleaser-action@v5
with:
version: latest
args: release --rm-dist
Expand Down

0 comments on commit 78d3741

Please sign in to comment.