Skip to content

Commit

Permalink
build(deps): Bump goreleaser/goreleaser-action from 4 to 5 (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 12, 2023
1 parent 1661ac2 commit d1843af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
go test -v ./...
go build -o timer .
- uses: sigstore/cosign-installer@v3.1.2
- uses: goreleaser/goreleaser-action@v4
- uses: goreleaser/goreleaser-action@v5
if: success() && startsWith(github.ref, 'refs/tags/')
with:
distribution: goreleaser-pro
Expand Down

0 comments on commit d1843af

Please sign in to comment.