Skip to content

Commit

Permalink
Merge pull request #719 from mkurz/release_drafter
Browse files Browse the repository at this point in the history
Fix commitish in release drafter
  • Loading branch information
mkurz authored Feb 8, 2022
2 parents b7d20c9 + 24b2cd3 commit 6bde9b0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,8 @@ jobs:
steps:
- uses: release-drafter/release-drafter@v5
with:
name: "Play JSON29 ${{ github.ref_name }} / $RESOLVED_VERSION"
name: "Play JSON $RESOLVED_VERSION"
config-name: release-drafts/increasing-patch-version.yml # located in .github/ in the default branch within this or the .github repo
prerelease: true
commitish: ${{ github.ref_name }}
disable-releaser: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 6bde9b0

Please sign in to comment.