Skip to content

Commit

Permalink
Upgrade version in package.json (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikugogoi authored Dec 5, 2022
1 parent ad51dbd commit 09ebebf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-gitea.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: yarn
- run: npm ci
- name: Run yarn build
run: |
yarn build
npm run build
- name: Configure git.vdb.to npm registry
run: |
npm config set registry https://git.vdb.to/api/packages/cerc-io/npm/
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"assemblyscript",
"wasm"
],
"version": "0.0.1",
"version": "0.19.10-watcher-ts-0.1.1",
"author": "Daniel Wirtz <dcode+assemblyscript@dcode.io>",
"contributors": [],
"license": "Apache-2.0",
Expand Down

0 comments on commit 09ebebf

Please sign in to comment.