We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 088f9af commit a8b3537Copy full SHA for a8b3537
.github/workflows/boilerplate-release.yml
@@ -16,7 +16,7 @@ jobs:
16
with:
17
node-version: '20.x'
18
registry-url: 'https://registry.npmjs.org'
19
- - uses: npm publish
+ - run: npm publish
20
env:
21
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
22
- run: |
0 commit comments