We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1d1128 commit d6daaaeCopy full SHA for d6daaae
1 file changed
.github/workflows/npm-publish-github-packages.yml
@@ -4,7 +4,7 @@ on:
4
release:
5
types: [created]
6
7
-jobs:
+jobs:
8
publish-yarn:
9
runs-on: ubuntu-latest
10
permissions:
@@ -14,10 +14,10 @@ jobs:
14
- uses: actions/checkout@v2
15
- uses: actions/setup-node@v2
16
with:
17
- node-version: '14.x'
18
- registry-url: 'https://registry.npmjs.org'
19
- scope: '@modifiedcommand'
+ always-auth: true
+ node-version: "14.x"
+ registry-url: "https://registry.npmjs.org"
20
+ scope: "@modifiedcommand"
21
- run: yarn publish --access public
22
env:
23
NODE_AUTH_TOKEN: ${{ secrets.NPMTOKEN }}
-
0 commit comments