We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e4a660 commit 96f25a9Copy full SHA for 96f25a9
1 file changed
.github/workflows/release.yml
@@ -13,11 +13,9 @@ jobs:
13
- uses: actions/setup-node@v1
14
with:
15
node-version: 16.x
16
- - name: Generate .npmrc
17
- run: echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
18
- working-directory: plugin
19
- name: Publish package
20
run: |
+ echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
21
npm install
22
npm publish
23
env:
0 commit comments