Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
YamenMerhi committed Aug 3, 2024
2 parents 6c6087b + 10077e8 commit 1764cad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
custom: https://etherscan.io/address/0x5D551AbEAD9b93ebd0D092722517136FF278c3D0
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 1764cad

Please sign in to comment.