Skip to content

Commit

Permalink
Update goreleaser github action (#879)
Browse files Browse the repository at this point in the history
* Update goreleaser github action

* Update release.yml
  • Loading branch information
ptnapoleon committed Jul 11, 2024
1 parent d36c23d commit ff15282
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,10 @@ jobs:
--set global.oci.registry=datadog --set global.chaos.defaultImage.tag=${GITHUB_REF_NAME}
> ./chart/install.yaml
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v1
uses: goreleaser/goreleaser-action@v6
with:
version: latest
args: release --rm-dist --skip-sign
distribution: goreleaser
version: "~> v2"
args: release --clean --skip=sign
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit ff15282

Please sign in to comment.