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 f32efe8 commit 12dfe45Copy full SHA for 12dfe45
.github/workflows/publish.yml
@@ -25,12 +25,3 @@ 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 }}
0 commit comments