Skip to content

Commit

Permalink
Fix publish.yml CI
Browse files Browse the repository at this point in the history
  • Loading branch information
YamenMerhi authored Jul 27, 2024
1 parent b1f6c6f commit 10077e8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
with:
node-version: 20.x
cache: "pnpm"
- uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly

- run: pnpm install --frozen-lockfile
- name: Create Release Pull Request or Publish
Expand All @@ -27,4 +30,4 @@ jobs:
publish: pnpm run release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 10077e8

Please sign in to comment.