From fc869eebf5b6fb52c9a43c60b964f0e8edec6e12 Mon Sep 17 00:00:00 2001 From: Anxo Rodriguez Date: Thu, 7 Apr 2022 16:43:42 +0100 Subject: [PATCH 1/2] Fix issue with gitlab branch --- .github/scripts/prepare_production_deployment.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/prepare_production_deployment.sh b/.github/scripts/prepare_production_deployment.sh index 6ffc868958..b0dbb6a27f 100755 --- a/.github/scripts/prepare_production_deployment.sh +++ b/.github/scripts/prepare_production_deployment.sh @@ -10,7 +10,7 @@ if [ -n "$VERSION_TAG" ] && [ -n "$PROD_DEPLOYMENT_HOOK_TOKEN" ] && [ -n "$PROD_ then curl --silent --output /dev/null --write-out "%{http_code}" -X POST \ -F token="$PROD_DEPLOYMENT_HOOK_TOKEN" \ - -F ref=main \ + -F ref=master \ -F "variables[TRIGGER_RELEASE_COMMIT_TAG]=$VERSION_TAG" \ $PROD_DEPLOYMENT_HOOK_URL else From 14549b7730bda068beb72a4b32d3b76102832fc5 Mon Sep 17 00:00:00 2001 From: Anxo Rodriguez Date: Thu, 7 Apr 2022 16:43:52 +0100 Subject: [PATCH 2/2] 1.13.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c19b0e3107..7be233923b 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "dist" ], "private": true, - "version": "1.13.0", + "version": "1.13.1", "engines": { "node": ">=14.0.0" },