Skip to content

Commit ae13567

Browse files
Stop publishing to the GitHub NPM registry
1 parent ff40ab0 commit ae13567

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/continuous-deployment.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,3 @@ jobs:
5555
run: npm publish --access public
5656
env:
5757
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
58-
59-
- name: Use Node.js (GitHub repository)
60-
uses: actions/setup-node@v4
61-
with:
62-
node-version-file: '.nvmrc'
63-
registry-url: 'https://npm.pkg.github.com'
64-
65-
- name: Publish to GitHub Packages
66-
run: npm publish --access public
67-
env:
68-
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)