diff --git a/.github/workflows/release-package.yml b/.github/workflows/release-package.yml index bf59111..5ecf418 100644 --- a/.github/workflows/release-package.yml +++ b/.github/workflows/release-package.yml @@ -1,8 +1,8 @@ name: Node.js Package on: - release: - types: [created] + push: + branches: [main] jobs: publish-gpr: diff --git a/package.json b/package.json index cb86004..bab32da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@risc0/ui", - "version": "0.0.5", + "version": "0.0.7", "repository": { "type": "git", "url": "https://github.com/risc0/risc0-ui"