Skip to content

Commit 4545099

Browse files
committed
[dev] Hotfix
1 parent 8c4b020 commit 4545099

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

.github/workflows/publish.yaml

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ on:
55
branches: [main]
66

77
jobs:
8-
build:
9-
name: Build
8+
main:
109
runs-on: ubuntu-latest
1110
steps:
1211
- name: Checkout
@@ -23,22 +22,12 @@ jobs:
2322
working-directory: ./pkg
2423
run: npm run build
2524

26-
publish-npm:
27-
name: Publish to NPM registry
28-
runs-on: ubuntu-latest
29-
needs: [build]
30-
steps:
3125
- name: Publish to registry
3226
working-directory: ./pkg
3327
run: npm publish --access public
3428
env:
3529
NODE_AUTH_TOKEN: ${{ secrets.NPM_ACCESS_TOKEN }}
36-
37-
publish-github:
38-
name: Publish to GitHub Packages registry
39-
runs-on: ubuntu-latest
40-
needs: [build]
41-
steps:
30+
4231
- name: Publish to GitHub Packages registry
4332
working-directory: ./pkg
4433
run: npm publish --registry https://npm.pkg.github.com

0 commit comments

Comments
 (0)