We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3e524d3 + 2795eb7 commit 813f30fCopy full SHA for 813f30f
.github/workflows/draft-new-release.yml
@@ -48,10 +48,10 @@ jobs:
48
- name: Create pull request
49
uses: thomaseizinger/create-pull-request@1.0.0
50
with:
51
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ github-token: ${{ secrets.GITHUB_TOKEN }}
52
head: release/${{ github.event.inputs.version }}
53
base: master
54
- title: ${{ github.event.issue.title }}
+ title: Release version ${{ github.event.inputs.version }}
55
reviewers: ${{ github.actor }} # By default, we request a review from the person who triggered the workflow.
56
# Write a nice message to the user.
57
# We are claiming things here based on the `publish-new-release.yml` workflow.
0 commit comments