Skip to content
This repository has been archived by the owner on Aug 4, 2024. It is now read-only.

Commit

Permalink
17
Browse files Browse the repository at this point in the history
  • Loading branch information
Bwc9876 committed Jul 11, 2022
1 parent 6fba1e6 commit b763260
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/draft_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,11 @@ jobs:

- name: Create/Update Draft Release
if: contains(github.event.pull_request.labels.*.name, 'version-pr')
uses: softprops/action-gh-release@v1
uses: ncipollo/release-action@v1
with:
allowUpdates: true
name: Version ${{ github.event.pull_request.title }}
tag_name: v${{ github.event.pull_request.title }}
tag: v${{ github.event.pull_request.title }}
body: |
${{ github.event.pull_request.body }}
Generated From: ${{ github.event.pull_request.html_url }}
Expand Down

0 comments on commit b763260

Please sign in to comment.