Skip to content

Commit 61daa9d

Browse files
committed
Update publish.yml
1 parent 7ea04c4 commit 61daa9d

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

.github/workflows/publish.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,3 @@ jobs:
3232
- name: Publish to npm
3333
run: npm publish --access public || npm publish --access public --tag beta
3434

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

Comments
 (0)