Skip to content

Commit

Permalink
[cicd] fix release action (#2540)
Browse files Browse the repository at this point in the history
## Summary

This action is flaky, this is one of the reasons it fails. 

## How was it tested?
  • Loading branch information
mikeland73 authored Feb 27, 2025
1 parent 6b121d2 commit 02917f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cli-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@ jobs:
with:
go-version-file: ./go.mod
- name: Build snapshot with goreleaser
uses: goreleaser/goreleaser-action@v3
uses: goreleaser/goreleaser-action@v6
with:
distribution: goreleaser
version: latest
args: release --clean --skip-publish --skip-announce --snapshot
args: release --clean --skip=announce,publish --snapshot
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TELEMETRY_KEY: ${{ secrets.TELEMETRY_KEY }}
Expand Down

0 comments on commit 02917f4

Please sign in to comment.