8000 Use latest goreleaser · symfony-cli/symfony-cli@3b43c84 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3b43c84

Browse files
committed
Use latest goreleaser
1 parent 971a054 commit 3b43c84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/releaser.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,11 @@ jobs:
6666
uses: sigstore/cosign-installer@v3
6767
-
6868
name: Run GoReleaser for snapshot
69-
uses: goreleaser/goreleaser-action@v5
69+
uses: goreleaser/goreleaser-action@v6
7070
# only for PRs and push on branches
7171
if: ${{ !startsWith(github.ref, 'refs/tags/v') }}
7272
with:
73-
version: latest
73+
version: '~> v2'
7474
args: release --clean --snapshot --skip-publish --skip-sign
7575
env:
7676
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)
0