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 ff40ab0 commit ae13567Copy full SHA for ae13567
.github/workflows/continuous-deployment.yml
@@ -55,14 +55,3 @@ jobs:
55
run: npm publish --access public
56
env:
57
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