Skip to content

Commit

Permalink
Merge branch 'main' into fix-set-membership-proof-for-legal-country
Browse files Browse the repository at this point in the history
  • Loading branch information
DOBEN authored Sep 12, 2024
2 parents 6008bda + 7253e91 commit e2b0fa4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-react-components.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ permissions:
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
concurrency:
group: 'deploy-ccdjsgen'
group: 'deploy-react-components'
cancel-in-progress: false

env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-wallet-connectors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ permissions:
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
concurrency:
group: 'deploy-ccdjsgen'
group: 'deploy-wallet-connectors'
cancel-in-progress: false

env:
Expand Down
2 changes: 1 addition & 1 deletion packages/ccd-js-gen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@concordium/ccd-js-gen",
"version": "1.2.0",
"version": "1.2.1",
"description": "Generate JS clients for the Concordium Blockchain",
"type": "module",
"bin": "bin/ccd-js-gen.js",
Expand Down

0 comments on commit e2b0fa4

Please sign in to comment.