Skip to content

Commit

Permalink
Change Goreleaser version to 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mhalano committed Jun 24, 2022
1 parent c55a2bf commit 025f341
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Build with Goreleaser
uses: goreleaser/goreleaser-action@v2
with:
version: latest
version: 1.7.0
args: release --snapshot --skip-publish --rm-dist
- name: Setup BATS framework
run: sudo npm install -g bats
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
version: latest
version: 1.7.0
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 025f341

Please sign in to comment.