Skip to content

Commit

Permalink
(#30) fix release-notes workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nils-a committed Jul 23, 2024
1 parent 92914b2 commit 8b0d672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
branch: "release/${{ steps.gitversion.outputs.majorMinorPatch }}"
github_token: ${{ secrets.GH_TOKEN }}
- name: Drafting Release Notes
uses: cake-build/cake-action@@v2.0.0
uses: cake-build/[email protected]
with:
script-path: recipe.cake
target: releasenotes
Expand Down

0 comments on commit 8b0d672

Please sign in to comment.