diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1de4359..91bb9e7 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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 @@ -27,4 +30,4 @@ jobs: publish: pnpm run release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - NPM_TOKEN: ${{ secrets.NPM_TOKEN }} \ No newline at end of file + NPM_TOKEN: ${{ secrets.NPM_TOKEN }}