Skip to content

Commit

Permalink
Merge pull request #49 from ellisvalentiner/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/goreleaser/goreleaser-action-6
  • Loading branch information
dependabot[bot] authored Jun 5, 2024
2 parents 1f6ebaa + a622dda commit f5abaa3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,19 +42,19 @@ jobs:

-
name: Check GoReleaser
uses: goreleaser/goreleaser-action@v5
uses: goreleaser/goreleaser-action@v6
with:
args: check

-
name: Build
uses: goreleaser/goreleaser-action@v5
uses: goreleaser/goreleaser-action@v6
with:
args: build --clean --snapshot

-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
uses: goreleaser/goreleaser-action@v6
if: startsWith(github.ref, 'refs/tags/v')
with:
distribution: goreleaser
Expand Down

0 comments on commit f5abaa3

Please sign in to comment.