TP-5000 | fix release tag (#966)

This commit is contained in:
Varnit Goyal
2024-10-08 11:17:24 +05:30
committed by GitHub
parent d613ce3ff5
commit d4fa251197
2 changed files with 2 additions and 2 deletions

View File

@@ -127,7 +127,7 @@ jobs:
# git config --local user.email "${{ github.actor }}@github.com"
git config --local user.name "${{ github.actor }}"
git tag $TAG_NAME
git push origin $TAG_NAME
git push origin $TAG_NAME --no-verify
env:
GITHUB_TOKEN: ${{ secrets.MY_REPO_PAT }}
- name: Create release tag

View File

@@ -256,7 +256,7 @@ jobs:
# git config --local user.email "${{ github.actor }}@github.com"
git config --local user.name "${{ github.actor }}"
git tag $TAG_NAME
git push origin $TAG_NAME
git push origin $TAG_NAME --no-verify
env:
GITHUB_TOKEN: ${{ secrets.MY_REPO_PAT }}
- name: Create release tag