Skip to content

Commit 02917f4

Browse files
authored
[cicd] fix release action (#2540)
## Summary This action is flaky, this is one of the reasons it fails. ## How was it tested?
1 parent 6b121d2 commit 02917f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cli-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,11 @@ jobs:
6868
with:
6969
go-version-file: ./go.mod
7070
- name: Build snapshot with goreleaser
71-
uses: goreleaser/goreleaser-action@v3
71+
uses: goreleaser/goreleaser-action@v6
7272
with:
7373
distribution: goreleaser
7474
version: latest
75-
args: release --clean --skip-publish --skip-announce --snapshot
75+
args: release --clean --skip=announce,publish --snapshot
7676
env:
7777
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7878
TELEMETRY_KEY: ${{ secrets.TELEMETRY_KEY }}

0 commit comments

Comments
 (0)