Skip to content

Commit

Permalink
Update the release workflows to use the correct arguments for the lat…
Browse files Browse the repository at this point in the history
…est verson of .goreleaser command
  • Loading branch information
misraved committed Jun 21, 2024
1 parent 98b24e1 commit 1d16770
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/registry-publish-ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
uses: goreleaser/goreleaser-action@v2
with:
version: latest
args: release --rm-dist --skip-publish --timeout=60m
args: release --clean --skip=publish --timeout=60m

- name: List Build Artifacts
run: ls -laR ./dist
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/registry-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
uses: goreleaser/goreleaser-action@v2
with:
version: latest
args: release --rm-dist --skip-publish --timeout=60m
args: release --clean --skip=publish --timeout=60m

- name: List Build Artifacts
run: ls -laR ./dist
Expand Down

0 comments on commit 1d16770

Please sign in to comment.