Skip to content

Commit

Permalink
Merge pull request #10 from gnosisguild/fix-publish
Browse files Browse the repository at this point in the history
Update publish action to use NPM registry properly
  • Loading branch information
samepant authored Aug 23, 2024
2 parents e5ea5e5 + 4912d28 commit 8cfd070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: 20
registry-url: https://registry.npmjs.org/
- run: yarn
- run: yarn build
- run: yarn release
env:
NODE_AUTH_TOKEN: ${{secrets.PUBLISH_NPM_TOKEN}}
YARN_REGISTRY: https://registry.npmjs.org/

0 comments on commit 8cfd070

Please sign in to comment.