TP-39914 | fix

This commit is contained in:
Aman Chaturvedi
2024-03-12 00:06:49 +05:30
parent 21c6d106c1
commit 1baef9434c

View File

@@ -66,6 +66,8 @@ jobs:
TAG_NAME="${{ needs.generate.outputs.package_version }}"
git tag $TAG_NAME
git push origin $TAG_NAME
env:
GITHUB_TOKEN: ${{ secrets.MY_REPO_PAT }}
- name: Checkout
uses: actions/checkout@v2
with: