Skip to content

Commit d346acc

Browse files
authored
Change line for publishing in yml (#29)
1 parent 4c176e2 commit d346acc

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ jobs:
1313
node-version: '16.x'
1414
- run: yarn install
1515
- run: yarn test
16-
- uses: JS-DevTools/npm-publish@v1
17-
with:
18-
token: ${{ secrets.NPM_TOKEN }}
19-
access: public
16+
- run: yarn publish
17+
env:
18+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)