[ACA-4649] release workflow fixes (#3041)

* release workflow fixes

* fix release triggering on push to master

* cleanup
This commit is contained in:
Denys Vuika
2023-03-07 06:06:34 -05:00
committed by GitHub
parent 483af3165c
commit b67a73d832
3 changed files with 12 additions and 7 deletions

View File

@@ -1,11 +1,12 @@
#!/bin/bash -e
DOMAIN="$1"
USERNAME="$2"
PASSWORD="$3"
TAG_VERSION="$4"
BRANCH_NAME="$5"
DRY_RUN="$6"
REPO_SLUG="$2"
USERNAME="$3"
PASSWORD="$4"
TAG_VERSION="$5"
BRANCH_NAME="$6"
DRY_RUN="$7"
npm ci && npm run build.release