Skip to content

Commit

Permalink
Update ci.
Browse files Browse the repository at this point in the history
  • Loading branch information
SoraSuegami committed Oct 20, 2023
1 parent f911829 commit a03985a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ jobs:
- name: Install dependencies
run: npm install
- name: Publish binaries
run: npm run package
run: npm run upload-binary
env:
NODE_AUTH_TOKEN: ${{ secrets.NODE_PRE_GYP_GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"scripts": {
"postinstall": "cargo install --path ./packages/compiler",
"test": "yarn workspaces -pt run test",
"package": "yarn workspaces -pt run package"
"upload-binary": "yarn workspaces -pt run upload-binary"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/circom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
],
"scripts": {
"test": "jest",
"package": "echo"
"upload-binary": "echo"
},
"dependencies": {
"commander": "^11.0.0",
Expand Down

0 comments on commit a03985a

Please sign in to comment.