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 e7c601d commit c825303Copy full SHA for c825303
.github/workflows/publish.yaml
@@ -11,11 +11,11 @@ jobs:
11
- uses: actions/setup-node@v2
12
with:
13
node-version: '12.x'
14
- registry-url: 'https://npm.pkg.github.com'
+ registry-url: 'https://registry.npmjs.org'
15
# Defaults to the user or organization that owns the workflow file
16
# scope: '@rollbar'
17
- run: npm install
18
- run: npm run build
19
- run: npm publish
20
env:
21
- NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments