Skip to content

Commit 4c3533d

Browse files
faddatilgooz
andauthored
fix(templates/ci): releaser workflow (ignite#1335)
Co-authored-by: İlker G. Öztürk <ilkergoktugozturk@gmail.com>
1 parent d8e1aa5 commit 4c3533d

File tree

1 file changed

+1
-1
lines changed
  • starport/templates/app/stargate/.github/workflows

1 file changed

+1
-1
lines changed

starport/templates/app/stargate/.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: tendermint/starport/actions/cli@develop
3030
if: ${{ steps.vars.outputs.should_release == 'true' }}
3131
with:
32-
args: build --release --release.prefix ${{ steps.vars.outputs.tarball_prefix }} -t linux:amd64 -t linux:arm64 -t darwin:amd64 -t darwin:arm64
32+
args: chain build --release --release.prefix ${{ steps.vars.outputs.tarball_prefix }} -t linux:amd64 -t linux:arm64 -t darwin:amd64 -t darwin:arm64
3333

3434
- name: Delete the "latest" Release
3535
uses: dev-drprasad/delete-tag-and-release@v0.2.0

0 commit comments

Comments
 (0)