Skip to content

Commit

Permalink
chore: add release flow
Browse files Browse the repository at this point in the history
  • Loading branch information
nahoc committed Apr 2, 2024
1 parent 5da2311 commit 4bd49bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Node.js Package
name: Release Package

on:
push:
Expand All @@ -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}}
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.7",
"version": "0.0.8",
"repository": {
"type": "git",
"url": "https://github.com/risc0/risc0-ui"
Expand Down

0 comments on commit 4bd49bd

Please sign in to comment.