diff --git a/.github/workflows/js_rc.yml b/.github/workflows/js_rc.yml index ad8e5cc10..2c6d87c52 100644 --- a/.github/workflows/js_rc.yml +++ b/.github/workflows/js_rc.yml @@ -38,10 +38,9 @@ jobs: - name: Commit new versions run: | - git branch git config user.name "github-actions[bot]" git config user.email "github-actions[bot]@users.noreply.github.com" git commit -am "[skip ci] Release new versions" || exit 0 - git push -mv origin ${{ github.head_ref }} + git push -u origin ${{ github.head_ref }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file