diff --git a/.github/workflows/codePush.yml b/.github/workflows/codePush.yml index 8bea7024..2501732a 100644 --- a/.github/workflows/codePush.yml +++ b/.github/workflows/codePush.yml @@ -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 diff --git a/.github/workflows/newBuild.yml b/.github/workflows/newBuild.yml index e291d1a4..2b6686e2 100644 --- a/.github/workflows/newBuild.yml +++ b/.github/workflows/newBuild.yml @@ -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