Skip to content

Commit

Permalink
Release @oxidation-compiler/napi v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed Jul 19, 2023
1 parent 3f84a7f commit 84ea956
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release_napi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ concurrency:
jobs:
check:
name: Check version
if: github.event.workflow_run.conclusion == 'success'
runs-on: ubuntu-latest
outputs:
version: ${{ env.version }}
Expand All @@ -40,7 +39,7 @@ jobs:
build:
needs: check
if: github.event.workflow_run.conclusion == 'success' && needs.check.outputs.version_changed == 'true'
if: needs.check.outputs.version_changed == 'true'
env:
version: ${{ needs.check.outputs.version }}
outputs:
Expand Down
2 changes: 1 addition & 1 deletion npm/napi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oxidation-compiler/napi",
"version": "0.0.3",
"version": "0.1.0",
"description": "The JavaScript Oxidation Compiler Node API",
"main": "index.js",
"author": "Boshen and oxc contributors",
Expand Down

0 comments on commit 84ea956

Please sign in to comment.