From 3bfa8ae15bd454d8c0a64c6b795cd68060e8019e Mon Sep 17 00:00:00 2001 From: Patrik Stas Date: Thu, 25 Nov 2021 18:39:19 +0100 Subject: [PATCH] Fix CI (was failing to make github release) (#131) Signed-off-by: Patrik Stas --- .github/workflows/main.yml | 2 +- easy-indysdk/package.json | 2 +- vcxagency-client/package.json | 2 +- vcxagency-node/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 62086e98..0c0d128f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -765,7 +765,7 @@ jobs: docker push "$REMOTE_DOCKER_IMG_NAME_REDIS" || true make-release: - runs-on: ubuntu-16.04 + runs-on: ubuntu-20.04 needs: - workflow-setup - build-vcxagency-base diff --git a/easy-indysdk/package.json b/easy-indysdk/package.json index 06e9c926..1400faa2 100644 --- a/easy-indysdk/package.json +++ b/easy-indysdk/package.json @@ -1,7 +1,7 @@ { "name": "easy-indysdk", "author": "ABSA Group Limited", - "version": "0.3.1", + "version": "1.0.0", "licenses": [ { "type": "Apache-2.0", diff --git a/vcxagency-client/package.json b/vcxagency-client/package.json index bc4d3d05..af75b6de 100644 --- a/vcxagency-client/package.json +++ b/vcxagency-client/package.json @@ -1,7 +1,7 @@ { "name": "vcxagency-client", "author": "ABSA Group Limited", - "version": "0.3.1", + "version": "1.0.0", "licenses": [ { "type": "Apache-2.0", diff --git a/vcxagency-node/package.json b/vcxagency-node/package.json index d93d245b..3c79ced1 100644 --- a/vcxagency-node/package.json +++ b/vcxagency-node/package.json @@ -1,7 +1,7 @@ { "name": "vcxagency-node", "author": "ABSA Group Limited", - "version": "0.3.1", + "version": "1.0.0", "licenses": [ { "type": "Apache-2.0",