File tree Expand file tree Collapse file tree 2 files changed +17
-17
lines changed Expand file tree Collapse file tree 2 files changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -15,19 +15,19 @@ jobs:
1515 - run : npm install
1616 # - run: npm test
1717
18- publish-gpr :
19- needs : build
20- runs-on : ubuntu-latest
21- permissions :
22- packages : write
23- contents : read
24- steps :
25- - uses : actions/checkout@v3
26- - uses : actions/setup-node@v3
27- with :
28- node-version : 16
29- registry-url : https://npm.pkg.github.com/
30- - run : npm install
31- - run : npm publish
32- env :
33- NODE_AUTH_TOKEN : ${{secrets.GITHUB_TOKEN}}
18+ # publish-gpr:
19+ # needs: build
20+ # runs-on: ubuntu-latest
21+ # permissions:
22+ # packages: write
23+ # contents: read
24+ # steps:
25+ # - uses: actions/checkout@v3
26+ # - uses: actions/setup-node@v3
27+ # with:
28+ # node-version: 16
29+ # registry-url: https://npm.pkg.github.com/
30+ # - run: npm install
31+ # - run: npm publish
32+ # env:
33+ # NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
Original file line number Diff line number Diff line change 11{
22 "name" : " qwik-table-loader" ,
3- "version" : " 0.0.10-test " ,
3+ "version" : " 0.0.11 " ,
44 "description" : " A table library for Qwik" ,
55 "main" : " components/TableLoader.tsx" ,
66 "engines" : {
You can’t perform that action at this time.
0 commit comments