Skip to content

Commit

Permalink
🐛 yarn-publish.yml fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
John Cruz committed Sep 28, 2020
1 parent 145fde1 commit 2093625
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/yarn-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
with:
node-version: '12.x'
registry-url: https://registry.npmjs.org/
always-auth: true
- run: yarn install --frozen-lockfile
- run: yarn publish
env:
Expand All @@ -41,6 +42,7 @@ jobs:
with:
node-version: '12.x'
registry-url: https://npm.pkg.github.com/
always-auth: true
- run: yarn install --frozen-lockfile
- run: yarn publish
env:
Expand Down

0 comments on commit 2093625

Please sign in to comment.