File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -37,17 +37,17 @@ jobs:
3737 env :
3838 NODE_AUTH_TOKEN : ${{secrets.NPM_TOKEN}}
3939
40- publish-gpr :
41- needs : build
42- runs-on : ubuntu-latest
43- steps :
44- - uses : actions/checkout@v4
45- - uses : actions/setup-node@v4
46- with :
47- node-version : 20
48- registry-url : https://npm.pkg.github.com/
49- - run : npm ci
50- - run : npm run build
51- - run : npm publish
52- env :
53- NODE_AUTH_TOKEN : ${{secrets.GITHUB_TOKEN}}
40+ # publish-gpr:
41+ # needs: build
42+ # runs-on: ubuntu-latest
43+ # steps:
44+ # - uses: actions/checkout@v4
45+ # - uses: actions/setup-node@v4
46+ # with:
47+ # node-version: 20
48+ # registry-url: https://npm.pkg.github.com/
49+ # - run: npm ci
50+ # - run: npm run build
51+ # - run: npm publish
52+ # env:
53+ # NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
You can’t perform that action at this time.
0 commit comments