Skip to content

Commit

Permalink
Update registry-publish.yml and registry-publish-ghcr.yml to use the …
Browse files Browse the repository at this point in the history
…latest version of goreleaser commands (#2210)
  • Loading branch information
misraved authored Jun 17, 2024
1 parent 4b4646f commit 34829b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/registry-publish-ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,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 Expand Up @@ -151,4 +151,4 @@ jobs:
docs:application/vnd.turbot.steampipe.plugin.docs.layer.v1+tar \
config:application/vnd.turbot.steampipe.plugin.spc.layer.v1+tar
oras tag $REF $GITHUB_RUN_ID
2 changes: 1 addition & 1 deletion .github/workflows/registry-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,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 34829b0

Please sign in to comment.