Skip to content

Commit

Permalink
Merge pull request #208 from mkurz/fix_release_drafter
Browse files Browse the repository at this point in the history
Fix release drafter again
  • Loading branch information
mkurz committed Feb 7, 2022
2 parents 21af8cf + fd8047b commit ace0043
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
with:
name: "cachecontrol $RESOLVED_VERSION"
config-name: release-drafts/increasing-patch-version.yml # located in .github/ in the default branch within this or the .github repo
# commitish: ${{ env.GITHUB_REF_NAME }}
commitish: main # Use until 2.2.1 got released, after that use the (commented out) line above
commitish: ${{ env.GITHUB_REF_NAME }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit ace0043

Please sign in to comment.