Skip to content

Commit

Permalink
Fix release workflow issues
Browse files Browse the repository at this point in the history
  • Loading branch information
iverc committed Nov 23, 2024
1 parent 0b4e808 commit fdf0c43
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 0
submodules: true

- name: Prepare Release Variables
id: vars
Expand All @@ -30,6 +31,8 @@ jobs:
- name: Issue Release Assets
uses: ignite/cli/actions/cli@main
if: ${{ steps.vars.outputs.should_release == 'true' }}
env:
GOFLAGS: "-buildvcs=false"
with:
args: chain build --release --release.prefix ${{ steps.vars.outputs.tarball_prefix }} -t linux:amd64 -t darwin:amd64 -t darwin:arm64

Expand Down

0 comments on commit fdf0c43

Please sign in to comment.