Skip to content

Commit

Permalink
WIP: testing new publish ci x4
Browse files Browse the repository at this point in the history
  • Loading branch information
9and3 committed Aug 23, 2024
1 parent 5fc2160 commit 62d8c37
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ jobs:
- name: Sync version
run: invoke syncv

- name: If exists the branch version-sync-branch, delete it
run: |
git branch -D version-sync-branch || true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Create new branch and commit version change
run: |
git config --global user.email "github-actions[bot]@users.noreply.github.com"
Expand Down

0 comments on commit 62d8c37

Please sign in to comment.