Skip to content

Commit

Permalink
chore: better pipelin
Browse files Browse the repository at this point in the history
  • Loading branch information
nahoc committed Apr 2, 2024
1 parent bf4398b commit 03e8a90
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches: [main]

jobs:
publish-gpr:
publish-package:
runs-on: ubuntu-latest
permissions:
packages: write
Expand All @@ -16,7 +16,10 @@ jobs:
with:
node-version: 20
registry-url: https://npm.pkg.github.com/
- uses: oven-sh/setup-bun@v1

- run: bun run typecheck
- run: bun run test
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@risc0/ui",
"version": "0.0.9",
"version": "0.0.10",
"repository": {
"type": "git",
"url": "https://github.com/risc0/risc0-ui"
Expand Down

0 comments on commit 03e8a90

Please sign in to comment.