Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/github_actions/actions/checkout-3
Browse files Browse the repository at this point in the history
  • Loading branch information
pashagolub committed Jun 21, 2022
2 parents 00dcdda + 4e04b70 commit db86836
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
path-to-profile: profile.cov

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
uses: goreleaser/goreleaser-action@v3
with:
version: latest
args: release --snapshot --skip-publish --rm-dist
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:
run: git fetch --prune --unshallow

- name: Release via goreleaser
uses: goreleaser/goreleaser-action@master
uses: goreleaser/goreleaser-action@v3
with:
args: release
env:
Expand Down

0 comments on commit db86836

Please sign in to comment.