Skip to content

Commit d6daaae

Browse files
committed
Update npm-publish-github-packages.yml
1 parent d1d1128 commit d6daaae

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/npm-publish-github-packages.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
release:
55
types: [created]
66

7-
jobs:
7+
jobs:
88
publish-yarn:
99
runs-on: ubuntu-latest
1010
permissions:
@@ -14,10 +14,10 @@ jobs:
1414
- uses: actions/checkout@v2
1515
- uses: actions/setup-node@v2
1616
with:
17-
node-version: '14.x'
18-
registry-url: 'https://registry.npmjs.org'
19-
scope: '@modifiedcommand'
17+
always-auth: true
18+
node-version: "14.x"
19+
registry-url: "https://registry.npmjs.org"
20+
scope: "@modifiedcommand"
2021
- run: yarn publish --access public
2122
env:
2223
NODE_AUTH_TOKEN: ${{ secrets.NPMTOKEN }}
23-

0 commit comments

Comments
 (0)