Skip to content

Commit

Permalink
Fix git #2
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubno committed Feb 16, 2024
1 parent e902346 commit 0bb2546
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/js_rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 0bb2546

Please sign in to comment.