Skip to content

Commit 32524c4

Browse files
committed
fix(ci): version warning for goreleaser
1 parent 2196274 commit 32524c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- name: Run GoReleaser
6262
uses: goreleaser/goreleaser-action@v5
6363
with:
64-
version: latest
64+
version: "~> v1"
6565
args: release --rm-dist
6666
env:
6767
GITHUB_TOKEN: ${{ secrets.REPO_TOKEN }}

0 commit comments

Comments
 (0)