Skip to content

Commit

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

- name: If exists the branch version-sync-branch, delete it
- name: If exists the branch remotely version-sync-branch, delete it
run: |
git branch -D version-sync-branch || true
git fetch --prune
git branch -r | grep version-sync-branch && git push origin --delete version-sync-branch
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit c0b863a

Please sign in to comment.