Skip to content

Commit

Permalink
.github/workflows: distribution: goreleaser-pro
Browse files Browse the repository at this point in the history
  • Loading branch information
feuGeneA committed Sep 4, 2024
1 parent 363b7cb commit 545dae8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release_awm_relayer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
with:
distribution: goreleaser
distribution: goreleaser-pro
version: latest
args: release --clean
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_signature_aggregator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
with:
distribution: goreleaser
distribution: goreleaser-pro
version: latest
args: release --clean --config signature-aggregator.goreleaser.yml
env:
Expand Down

0 comments on commit 545dae8

Please sign in to comment.