Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
chore: yarn registry
Browse files Browse the repository at this point in the history
  • Loading branch information
mzahor committed Jul 29, 2020
1 parent e8c3a8f commit 9194549
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 @@ -16,6 +16,6 @@ jobs:
scope: '@octocat' # Defaults to the user or organization that owns the workflow file
- run: yarn
- run: yarn build
- run: yarn publish
- run: YARN_REGISTRY='https://registry.npmjs.org' yarn publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 9194549

Please sign in to comment.