Skip to content

Commit

Permalink
Re-use play release draft config
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurz committed Sep 19, 2022
1 parent d10b479 commit c020325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: release-drafter/release-drafter@v5
with:
name: "sbt-eclipse $RESOLVED_VERSION"
config-name: release-drafts/increasing-major-version.yml # located in .github/ in the default branch within this or the .github repo
config-name: playframework/.github:.github/release-drafts/increasing-major-version.yml # located in .github/ in the default branch within this or the .github repo
commitish: ${{ github.ref_name }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit c020325

Please sign in to comment.