Skip to content

Commit

Permalink
Merge pull request #128 from oddstr13:pr-release-next-workflows-17
Browse files Browse the repository at this point in the history
🚧
  • Loading branch information
oddstr13 committed Sep 23, 2023
2 parents 9204248 + 2af8061 commit a4042e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-next-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

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

- name: Call release workflow
uses: ./.github/workflows/publish.yaml
with:
upload_url: ${{ steps.draft.outputs.upload_url }}

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

0 comments on commit a4042e8

Please sign in to comment.