Skip to content

Commit f32efe8

Browse files
authored
Disabled publishing to the GH registry
1 parent 640ef43 commit f32efe8

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/publish.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ jobs:
2525
- run: npm publish --access public
2626
env:
2727
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 }}
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

Comments
 (0)