Skip to content

Commit c29ec73

Browse files
committed
registry
1 parent ae3bf5d commit c29ec73

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/workflows/release-package.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@ on:
55
types: [created]
66

77
jobs:
8-
build:
9-
runs-on: ubuntu-latest
10-
steps:
11-
- uses: actions/checkout@v4
12-
- uses: actions/setup-node@v4
13-
with:
14-
node-version: 20
15-
- run: npm install
16-
- run: npm run build
8+
# build:
9+
# runs-on: ubuntu-latest
10+
# steps:
11+
# - uses: actions/checkout@v4
12+
# - uses: actions/setup-node@v4
13+
# with:
14+
# node-version: 20
15+
# - run: npm install
16+
# - run: npm run build
1717

1818
publish-gpr:
19-
needs: build
19+
# needs: build
2020
runs-on: ubuntu-latest
2121
permissions:
2222
packages: write
@@ -27,8 +27,8 @@ jobs:
2727
with:
2828
node-version: 20
2929
registry-url: https://npm.pkg.github.com/
30-
# - run: npm install
31-
# - run: npm run build
32-
- run: npm publish
30+
- run: npm install
31+
- run: npm run build
32+
- run: npm publish --registry=https://npm.pkg.github.com/
3333
env:
3434
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)