We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc2891f commit cd35271Copy full SHA for cd35271
.github/workflows/review-release-notes.yml
@@ -14,7 +14,7 @@ jobs:
14
uses: mikepenz/release-changelog-builder-action@v4
15
with:
16
configuration: changelog_config.json
17
- toTag: ${{ githubg.ref }}
+ toTag: ${{ github.ref }}
18
env:
19
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
20
- name: Dump changelog
0 commit comments