Skip to content

Commit

Permalink
Merge pull request #118 from oddstr13/pr-release-next-workflows-13
Browse files Browse the repository at this point in the history
Also branch deletion needs git checked out
  • Loading branch information
oddstr13 authored Sep 23, 2023
2 parents 9e13a83 + 40e6dbe commit ecdd1d7
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 ecdd1d7

Please sign in to comment.