TP-39914 | fix
This commit is contained in:
5
.github/workflows/codePush.yml
vendored
5
.github/workflows/codePush.yml
vendored
@@ -63,6 +63,9 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
token: ${{ secrets.MY_REPO_PAT }}
|
||||
submodules: recursive
|
||||
|
||||
- name: Create release tag
|
||||
run: |
|
||||
@@ -73,7 +76,7 @@ jobs:
|
||||
# Create a release tag using the GitHub API
|
||||
curl \
|
||||
-X POST \
|
||||
-H "Authorization: token ${{ secrets.MY_REPO_PAT }}" \
|
||||
-H "Authorization: token ${{ secrets.MY_REPO_PAT }}" \
|
||||
-H "Content-Type: application/json" \
|
||||
-d '{
|
||||
"tag_name": "'$TAG_NAME'",
|
||||
|
||||
Reference in New Issue
Block a user