diff --git a/.github/workflows/deploy-react-components.yml b/.github/workflows/deploy-react-components.yml index b4cd8378..5ec85623 100644 --- a/.github/workflows/deploy-react-components.yml +++ b/.github/workflows/deploy-react-components.yml @@ -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: diff --git a/.github/workflows/deploy-wallet-connectors.yml b/.github/workflows/deploy-wallet-connectors.yml index 8b913c45..66a06d05 100644 --- a/.github/workflows/deploy-wallet-connectors.yml +++ b/.github/workflows/deploy-wallet-connectors.yml @@ -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: diff --git a/packages/ccd-js-gen/package.json b/packages/ccd-js-gen/package.json index b6efd9da..14977e92 100644 --- a/packages/ccd-js-gen/package.json +++ b/packages/ccd-js-gen/package.json @@ -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",