Skip to content

Commit

Permalink
Also branch deletion needs git checked out
Browse files Browse the repository at this point in the history
  • Loading branch information
oddstr13 committed Sep 23, 2023
1 parent 613d282 commit 40e6dbe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-next-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,8 @@ jobs:
config-name: release-drafter.yaml
publish: yes

- name: Checkout repository
uses: actions/checkout@v4

- name: Delete branch
run: git push origin --delete 'release/next'

0 comments on commit 40e6dbe

Please sign in to comment.