Skip to content
This repository was archived by the owner on Jul 27, 2023. It is now read-only.

Commit 47ec09e

Browse files
authored
chore(workflow): Fix release workflow
1 parent de9f1c0 commit 47ec09e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ jobs:
5555
with:
5656
registry-url: 'https://registry.npmjs.org'
5757

58-
- run: npm install --access public
59-
- run: npm publish
58+
- run: npm install
59+
- run: npm publish --access public
6060
env:
6161
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
6262

0 commit comments

Comments
 (0)