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 7513398 commit ca14915Copy full SHA for ca14915
.github/workflows/npm-publish.yml .github/workflows/publish.yml.github/workflows/npm-publish.yml renamed to .github/workflows/publish.yml
@@ -1,6 +1,3 @@
1
-# This workflow will run tests using node and then publish a package to GitHub Packages when a release is created
2
-# For more information see: https://help.github.com/actions/language-and-framework-guides/publishing-nodejs-packages
3
-
4
name: Publish to npm
5
6
on:
@@ -16,10 +13,10 @@ jobs:
16
13
- uses: actions/setup-node@v1
17
14
with:
18
15
node-version: 14
19
- registry-url: https://registry.npmjs.org/
+ registry-url: https://registry.npmjs.org
20
- run: npm add -g pnpm
21
- run: pnpm i
22
- run: pnpm t
23
- run: npm publish
24
env:
25
- NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments