Skip to content

Commit

Permalink
changed release.yaml ignite-hq -> ignite
Browse files Browse the repository at this point in the history
  • Loading branch information
oakenknight committed Dec 12, 2023
1 parent d5ab518 commit 43088e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:

- name: Prepare Release Variables
id: vars
uses: ignite-hq/cli/actions/release/vars@main
uses: ignite/cli/actions/release/vars@main

- name: Issue Release Assets
uses: ignite-hq/cli/actions/cli@main
uses: ignite/cli/actions/cli@main
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 -t darwin:arm64
Expand Down

0 comments on commit 43088e5

Please sign in to comment.