Skip to content

Commit

Permalink
Merge pull request #39 from taji-taji/fix-release-workflow
Browse files Browse the repository at this point in the history
fixed: release workflow
  • Loading branch information
taji-taji authored Aug 28, 2022
2 parents 809ee3e + 1b4e85e commit 0a4a55b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
git push origin release/${{ steps.create-next-version.outputs.NEXT_VERSION }}
- name: Create PR
run: |
gh pr create --base main
gh pr create --base main --title "Release ${{ steps.create-next-version.outputs.NEXT_VERSION }}" --body "Release ${{ steps.create-next-version.outputs.NEXT_VERSION }}"
- name: Create Release
run: |
gh release create ${{ steps.create-next-version.outputs.NEXT_VERSION }} --generate-notes --target release/${{ steps.create-next-version.outputs.NEXT_VERSION }}
Expand Down

0 comments on commit 0a4a55b

Please sign in to comment.