We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9fcdaf commit 2dfb950Copy full SHA for 2dfb950
2 files changed
.github/workflows/publish-github.yml
@@ -13,12 +13,9 @@ jobs:
13
- uses: actions/setup-node@v1
14
with:
15
node-version: "12.x"
16
- registry-url: "https://npm.pkg.github.com"
17
# Defaults to the user or organization that owns the workflow file
18
# scope: '@octocat'
19
- run: npm install
20
- env:
21
- NODE_AUTH_TOKEN: ${{secrets.npm_token}}
22
- run: npm run build
23
24
publish-npm:
.npmrc
0 commit comments