TP-39914 | fix

This commit is contained in:
Aman Chaturvedi
2024-03-11 22:26:25 +05:30
parent 23b81478be
commit 04f6e46036

View File

@@ -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'",