diff --git a/.github/workflows/26-create-release-branch-other-repo.yml b/.github/workflows/26-create-release-branch-other-repo.yml index fb56e690fd..77cbbf71d1 100644 --- a/.github/workflows/26-create-release-branch-other-repo.yml +++ b/.github/workflows/26-create-release-branch-other-repo.yml @@ -22,5 +22,5 @@ jobs: git checkout -b test-${{ steps.vars.outputs.tag }} git config user.name github-actions git config user.email github-actions@github.com - git add . ; git commit -m "Creating new release according the Ritchie CLI tag ${{ steps.vars.outputs.tag }}" + # git add . ; git commit -m "Creating new release according the Ritchie CLI tag ${{ steps.vars.outputs.tag }}" git push origin test-${{ steps.vars.outputs.tag }}