Skip to content

Commit

Permalink
Merge pull request #12 from foomo/dependabot/github_actions/github-ac…
Browse files Browse the repository at this point in the history
…tions-fcf4e41b5c

chore(deps): bump goreleaser/goreleaser-action from 5 to 6 in the github-actions group
  • Loading branch information
franklinkim authored Jul 10, 2024
2 parents e184d4d + d3ffb19 commit 85dd9bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
go-version: 'stable'

- uses: goreleaser/goreleaser-action@v5
- uses: goreleaser/goreleaser-action@v6
with:
version: latest
args: release --clean
Expand Down
2 changes: 2 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
version: 2

builds:
- skip: true

Expand Down

0 comments on commit 85dd9bb

Please sign in to comment.