Skip to content

Commit 2093625

Browse files
author
John Cruz
committed
🐛 yarn-publish.yml fixed
1 parent 145fde1 commit 2093625

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/yarn-publish.yml

+2
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
with:
2828
node-version: '12.x'
2929
registry-url: https://registry.npmjs.org/
30+
always-auth: true
3031
- run: yarn install --frozen-lockfile
3132
- run: yarn publish
3233
env:
@@ -41,6 +42,7 @@ jobs:
4142
with:
4243
node-version: '12.x'
4344
registry-url: https://npm.pkg.github.com/
45+
always-auth: true
4446
- run: yarn install --frozen-lockfile
4547
- run: yarn publish
4648
env:

0 commit comments

Comments
 (0)