diff --git a/.github/workflows/release-package.yml b/.github/workflows/release-package.yml index 8c9a92e..d9373eb 100644 --- a/.github/workflows/release-package.yml +++ b/.github/workflows/release-package.yml @@ -6,7 +6,6 @@ on: jobs: publish-gpr: - needs: build runs-on: ubuntu-latest permissions: packages: write diff --git a/package.json b/package.json index 94f5cd1..5f45403 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@risc0/ui", - "version": "0.0.8", + "version": "0.0.9", "repository": { "type": "git", "url": "https://github.com/risc0/risc0-ui"