Skip to content

Commit

Permalink
Fix CI (was failing to make github release) (#131)
Browse files Browse the repository at this point in the history
Signed-off-by: Patrik Stas <[email protected]>
  • Loading branch information
Patrik-Stas authored Nov 25, 2021
1 parent a4e3eaf commit 3bfa8ae
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion easy-indysdk/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "easy-indysdk",
"author": "ABSA Group Limited",
"version": "0.3.1",
"version": "1.0.0",
"licenses": [
{
"type": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion vcxagency-client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vcxagency-client",
"author": "ABSA Group Limited",
"version": "0.3.1",
"version": "1.0.0",
"licenses": [
{
"type": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion vcxagency-node/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vcxagency-node",
"author": "ABSA Group Limited",
"version": "0.3.1",
"version": "1.0.0",
"licenses": [
{
"type": "Apache-2.0",
Expand Down

0 comments on commit 3bfa8ae

Please sign in to comment.