Skip to content

Commit

Permalink
Fix commitish in release drafter
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurz committed Feb 8, 2022
1 parent e84e8d0 commit 3f65cbf
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 @@ -13,6 +13,6 @@ jobs:
with:
name: "cachecontrol $RESOLVED_VERSION"
config-name: release-drafts/increasing-minor-version.yml # located in .github/ in the default branch within this or the .github repo
commitish: ${{ env.GITHUB_REF_NAME }}
commitish: ${{ github.ref_name }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 3f65cbf

Please sign in to comment.