We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48d89d7 commit 1cfd019Copy full SHA for 1cfd019
1 file changed
.github/workflows/publish.yml
@@ -21,6 +21,6 @@ jobs:
21
node-version: 16
22
registry-url: https://registry.npmjs.org/
23
cache: 'yarn'
24
- - run: yarn publish
+ - run: npm publish
25
env:
26
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
0 commit comments