diff --git a/.github/workflows/release-package.yml b/.github/workflows/release-package.yml index 5ecf418..8c9a92e 100644 --- a/.github/workflows/release-package.yml +++ b/.github/workflows/release-package.yml @@ -1,4 +1,4 @@ -name: Node.js Package +name: Release Package on: push: @@ -17,6 +17,7 @@ jobs: with: node-version: 20 registry-url: https://npm.pkg.github.com/ + - run: npm publish env: NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}} \ No newline at end of file diff --git a/package.json b/package.json index bab32da..94f5cd1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@risc0/ui", - "version": "0.0.7", + "version": "0.0.8", "repository": { "type": "git", "url": "https://github.com/risc0/risc0-ui"