-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d796a4f
commit 6468f34
Showing
1 changed file
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,17 +45,17 @@ jobs: | |
find: 'release-' | ||
replace: 'v' | ||
|
||
# - name: Create Release | ||
# uses: softprops/[email protected] | ||
# with: | ||
# name: ${{ steps.tag_name.outputs.value }} | ||
# tag_name: ${{ steps.tag_name.outputs.value }} | ||
# target_commitish: master | ||
# body: | | ||
# ${{ github.event.pull_request.body }} | ||
# token: ${{ env.GITHUB_TOKEN }} | ||
# draft: false | ||
# prerelease: false | ||
- name: Create Release | ||
uses: softprops/[email protected] | ||
with: | ||
name: ${{ steps.tag_name.outputs.value }} | ||
tag_name: ${{ steps.tag_name.outputs.value }} | ||
target_commitish: master | ||
body: | | ||
${{ github.event.pull_request.body }} | ||
token: ${{ env.GITHUB_TOKEN }} | ||
draft: false | ||
prerelease: false | ||
|
||
- name: Get Current Default Branch and Set Tag Name | ||
id: get_default_branch | ||
|
@@ -107,4 +107,4 @@ jobs: | |
# Create the new branch from master | ||
git checkout -b $new_release_branch master | ||
# git push origin $new_release_branch | ||
git push origin $new_release_branch |