Skip to content

Commit

Permalink
Add registry-url to beta workflow (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
CassioMG authored Jul 1, 2024
1 parent c5ea4b6 commit ef78092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npmPublishBeta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: 18

registry-url: https://registry.npmjs.org/
- run: yarn install
- run: yarn build
- run: yarn test:ci
Expand Down

0 comments on commit ef78092

Please sign in to comment.