We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6117e42 + 50a28dd commit eb7e13eCopy full SHA for eb7e13e
1 file changed
.github/workflows/npm-publish.yml
@@ -35,7 +35,11 @@ jobs:
35
- name: Publish to npm
36
run: npm publish --access public
37
38
+ - uses: actions/setup-node@v5
39
+ with:
40
+ registry-url: 'https://npm.pkg.github.com'
41
+
42
- name: Publish to GitHub Packages
- run: npm publish --access public --registry https://npm.pkg.github.com
43
+ run: npm publish --access public
44
env:
45
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments