Skip to content

Commit 96f25a9

Browse files
authored
chore: Update release.yml (#172)
1 parent 2e4a660 commit 96f25a9

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,9 @@ jobs:
1313
- uses: actions/setup-node@v1
1414
with:
1515
node-version: 16.x
16-
- name: Generate .npmrc
17-
run: echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
18-
working-directory: plugin
1916
- name: Publish package
2017
run: |
18+
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
2119
npm install
2220
npm publish
2321
env:

0 commit comments

Comments
 (0)