Skip to content

Commit 084717c

Browse files
committed
update ci
1 parent e7469f9 commit 084717c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Build with Goreleaser
5050
uses: goreleaser/goreleaser-action@v5
5151
with:
52-
version: latest
52+
version: v2.0.0
5353
args: release --snapshot --skip publish,snapcraft --clean
5454
- name: Setup BATS framework
5555
run: sudo npm install -g bats

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: GoReleaser
4141
uses: goreleaser/goreleaser-action@v5
4242
with:
43-
version: latest
43+
version: v2.0.0
4444
args: release --clean
4545
env:
4646
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)