Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bgreni authored Oct 25, 2024
1 parent 6394cf7 commit d696276
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Publish package to prefix.dev
env:
TARGET_PLATFORM: ${{ matrix.target }}
PREFIX_KEY: $${{ secrets.PREFIX_API_KEY }}
PREFIX_API_KEY: $${{ secrets.PREFIX_API_KEY }}
run: |
curl -ssL https://magic.modular.com | bash
source $HOME/.bash_profile
Expand All @@ -38,5 +38,4 @@ jobs:
else
brew install rattler-build
fi
export PREFIX_API_KEY=$PREFIX_KEY
magic run publish || exit 1

0 comments on commit d696276

Please sign in to comment.