Skip to content

Commit

Permalink
fix: force install on publish
Browse files Browse the repository at this point in the history
  • Loading branch information
immortal-tofu committed Jul 5, 2024
1 parent 08a6328 commit 29c05c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
node-version: 20.x
- run: cp .env.example .env
- run: npm ci --include=optional
- run: npm install solidity-comments-linux-x64-gnu
- run: npm run compile
- uses: JS-DevTools/npm-publish@19c28f1ef146469e409470805ea4279d47c3d35c # v3.1.1
with:
Expand Down

0 comments on commit 29c05c3

Please sign in to comment.