TP-39914 | fix
This commit is contained in:
3
.github/workflows/codePush.yml
vendored
3
.github/workflows/codePush.yml
vendored
@@ -82,13 +82,14 @@ jobs:
|
||||
RELEASE_NAME="Release $TAG_NAME"
|
||||
DESCRIPTION="${{ github.event.inputs.description }}"
|
||||
REPO="navi-medici/address-verification-app"
|
||||
BRANCH_NAME="${GITHUB_REF#refs/heads/}"
|
||||
|
||||
curl -X POST \
|
||||
-H "Authorization: token ${{ secrets.MY_REPO_PAT }}" \
|
||||
-H "Content-Type: application/json" \
|
||||
-d "{
|
||||
\"tag_name\": \"$TAG_NAME\",
|
||||
\"target_commitish\": \"main\",
|
||||
\"target_commitish\": \"$BRANCH_NAME\",
|
||||
\"name\": \"$RELEASE_NAME\",
|
||||
\"body\": \"$DESCRIPTION\",
|
||||
\"draft\": false,
|
||||
|
||||
Reference in New Issue
Block a user