TP-39914 | fix

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

View File

@@ -63,7 +63,7 @@ jobs:
steps:
- name: Create Git tag
run: |
TAG_NAME="${{ needs.generate.outputs.package_version }}""
TAG_NAME="${{ needs.generate.outputs.package_version }}"
git tag $TAG_NAME
git push origin $TAG_NAME
- name: Checkout