Skip to content

Commit

Permalink
Updated github action
Browse files Browse the repository at this point in the history
  • Loading branch information
lxgr-linux committed Oct 16, 2023
1 parent 7f9e0df commit ff7fc59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: ignite/cli/actions/release/[email protected]

- name: Issue Release Assets
uses: ignite/cli/actions/cli@main
uses: ignite/cli/actions/cli@@v0.26.1
if: ${{ steps.vars.outputs.should_release == 'true' }}
with:
args: chain build --release --release.prefix ${{ steps.vars.outputs.tarball_prefix }} -t linux:amd64 -t darwin:amd64 --yes
Expand Down

0 comments on commit ff7fc59

Please sign in to comment.