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 a0ccfb8 commit 5da2311
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Node.js Package

on:
release:
types: [created]
push:
branches: [main]

jobs:
publish-gpr:
Expand Down
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.5",
"version": "0.0.7",
"repository": {
"type": "git",
"url": "https://github.com/risc0/risc0-ui"
Expand Down

0 comments on commit 5da2311

Please sign in to comment.