TP-39914 | fix

This commit is contained in:
Aman Chaturvedi
2024-03-11 21:15:17 +05:30
parent 155bf5b1ef
commit e2de8d65ba

View File

@@ -73,7 +73,7 @@ jobs:
# Create a release tag using the GitHub API
curl \
-X POST \
-H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
-H "Authorization: token ${{ secrets.MY_REPO_PAT }}" \
-H "Content-Type: application/json" \
-d '{
"tag_name": "'$TAG_NAME'",