Skip to content

Commit

Permalink
ci: update workflow (#121)
Browse files Browse the repository at this point in the history
* ci: update workflow

* chore(semaphore): update version
  • Loading branch information
cedoor authored Jul 18, 2024
1 parent 74ed358 commit da003c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ on:
[
'.github/workflows/release.yaml',
'.changeset/*.md',
'packages/**/package.json',
'packages/**/*.wasm',
'packages/**/*.zkey',
'packages/**/*.json',
]
workflow_dispatch:
concurrency: ${{ github.workflow }}-${{ github.ref }}
Expand Down
2 changes: 1 addition & 1 deletion packages/semaphore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "zk-kit semaphore artifacts",
"circuit": "@zk-kit/poseidon-proof.circom",
"license": "MIT",
"version": "4.0.0-beta.11",
"version": "4.0.0-beta.17",
"repository": {
"type": "git",
"url": "https://github.com/privacy-scaling-explorations/snark-artifacts.git"
Expand Down

0 comments on commit da003c4

Please sign in to comment.