TP-39914 | fix
This commit is contained in:
2
.github/workflows/codePush.yml
vendored
2
.github/workflows/codePush.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user