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 640ef43 commit f32efe8Copy full SHA for f32efe8
.github/workflows/publish.yml
@@ -25,12 +25,12 @@ jobs:
25
- run: npm publish --access public
26
env:
27
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
28
- # Setup .npmrc file to publish to GitHub Packages
29
- - uses: actions/setup-node@v2
30
- with:
31
- registry-url: 'https://npm.pkg.github.com'
32
- scope: '@adrianmg'
33
- # Publish to GitHub Packages
34
- - run: npm publish
35
- env:
36
- NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+# # Setup .npmrc file to publish to GitHub Packages
+# - uses: actions/setup-node@v2
+# with:
+# registry-url: 'https://npm.pkg.github.com'
+# scope: '@adrianmg'
+# # Publish to GitHub Packages
+# - run: npm publish
+# env:
+# NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments