Skip to content

Commit

Permalink
👷 github: install all dependencies before publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
cruzdanilo committed Nov 27, 2023
1 parent a50c98f commit f8dd1bd
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,16 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true
token: ${{ secrets.PR_GITHUB_TOKEN }}
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
cache: yarn
- run: yarn install --ignore-scripts
- uses: foundry-rs/foundry-toolchain@v1
- run: yarn
- uses: crazy-max/ghaction-import-gpg@v5
with:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
Expand Down

0 comments on commit f8dd1bd

Please sign in to comment.