Skip to content

Commit 031ee5e

Browse files
committed
Removed comments
1 parent f32efe8 commit 031ee5e

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,3 @@ 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 }}

0 commit comments

Comments
 (0)