8000 Fix releaser · shyim/symfony-cli@fcb097c · GitHub
[go: up one dir, main page]

Skip to content

Commit fcb097c

Browse files
committed
Fix releaser
1 parent 72333d4 commit fcb097c

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
@@ -76,11 +76,11 @@ jobs:
7676
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7777
-
7878
name: Run GoReleaser
79-
uses: goreleaser/goreleaser-action@v5
79+
uses: goreleaser/goreleaser-action@v6
8080
# only for tags
8181
if: startsWith(github.ref, 'refs/tags/v')
8282
with:
83-
version: latest
83+
version: '~> v2'
8484
args: release --clean
8585
env:
8686
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)
0