Skip to content

Commit 6732f5f

Browse files
revert auto deploy
1 parent 7a8ad40 commit 6732f5f

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

.github/workflows/release-package.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff 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}}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {

0 commit comments

Comments
 (0)