Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

Commit

Permalink
chore: fix acvm publishing (#539)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonybur authored Sep 12, 2023
1 parent 58f8e7c commit b20e211
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/publish-acvm-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,18 @@ on:
- "acvm_js-v*"

jobs:
build-acvm-js-package:
publish-acvm-js-package:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v4

- name: Setup Node.js
uses: actions/setup-node@v3
with:
registry-url: "https://registry.npmjs.org"
node-version: 18.15

- uses: cachix/install-nix-action@v22
with:
nix_path: nixpkgs=channel:nixos-23.05
Expand Down
3 changes: 3 additions & 0 deletions acvm_js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
"type": "git",
"url": "https://github.com/noir-lang/acvm.git"
},
"publishConfig": {
"access": "public"
},
"collaborators": [
"The Noir Team <team@noir-lang.org>"
],
Expand Down

0 comments on commit b20e211

Please sign in to comment.