We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b13d006 commit 6b44072Copy full SHA for 6b44072
.github/actions/create-github-release/action.yml
@@ -15,9 +15,9 @@ runs:
15
with:
16
milestone: ${{ inputs.milestone }}
17
token: ${{ inputs.token }}
18
- config-file: ${{ github.action_path }}/changelog-generator.yml
+ config-file: .github/actions/create-github-release/changelog-generator.yml
19
- name: Create GitHub Release
20
env:
21
GITHUB_TOKEN: ${{ inputs.token }}
22
shell: bash
23
- run: gh release create ${{ github.ref_name }} --notes-file changelog.md
+ run: gh release create ${{ format('v{0}', inputs.milestone) }} --notes-file changelog.md
0 commit comments