Skip to content

Commit 626ac88

Browse files
bump version to 0.0.2 and update npm publish workflow for uncertainty branch
1 parent 2d1e99c commit 626ac88

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.github/workflows/npm-publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Publish Package to npmjs
22

33
on:
4+
push:
5+
branches:
6+
- uncertainty
47
release:
58
types: [published]
69

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ratio-gui",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"type": "module",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)