We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ea04c4 commit 61daa9dCopy full SHA for 61daa9d
1 file changed
.github/workflows/publish.yml
@@ -32,13 +32,3 @@ jobs:
32
- name: Publish to npm
33
run: npm publish --access public || npm publish --access public --tag beta
34
35
- - uses: actions/setup-node@v4
36
- with:
37
- node-version: '24.x'
38
- registry-url: 'https://npm.pkg.github.com'
39
- scope: '@${{ github.repository_owner }}'
40
- - name: Publish to GitHub Packages
41
- run: npm publish --registry=https://npm.pkg.github.com || npm publish --registry=https://npm.pkg.github.com --tag beta
42
- env:
43
- NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
44
-
0 commit comments