TP-5000 | fix release tag (#966)
This commit is contained in:
2
.github/workflows/codePush.yml
vendored
2
.github/workflows/codePush.yml
vendored
@@ -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
|
||||
|
||||
2
.github/workflows/newBuild.yml
vendored
2
.github/workflows/newBuild.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user