File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change 55 types : [created]
66
77jobs :
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
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}}
You can’t perform that action at this time.
0 commit comments