Skip to content

Commit 10e3751

Browse files
test deploy
1 parent 53e70f9 commit 10e3751

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/setup-node@v3
1313
with:
1414
node-version: 16
15-
- run: npm ci
15+
- run: npm install
1616
# - run: npm test
1717

1818
publish-gpr:
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
node-version: 16
2929
registry-url: https://npm.pkg.github.com/
30-
- run: npm ci
30+
- run: npm install
3131
- run: npm publish
3232
env:
3333
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.9-dev",
3+
"version": "0.0.9-dev-2",
44
"description": "A table library for Qwik",
55
"main": "components/TableLoader.tsx",
66
"engines": {

0 commit comments

Comments
 (0)