File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -227,12 +227,13 @@ jobs:
227227 - name : Generate release notes
228228 id : generate-release-notes
229229 run : |
230+ TAG_NAME="v${{ inputs.release_version }}"
230231 response=$(curl -s -X POST \
231232 -H "Accept: application/vnd.github+json" \
232233 -H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
233234 -H "X-GitHub-Api-Version: 2022-11-28" \
234235 https://api.github.com/repos/${{ github.repository_owner }}/${{ github.event.repository.name }}/releases/generate-notes \
235- -d "$(jq -n --arg tag_name "${{ env.RELEASE_VERSION }} " \
236+ -d "$(jq -n --arg tag_name "$TAG_NAME " \
236237 --arg target_commitish "${{ github.ref_name }}" \
237238 '{tag_name: $tag_name, target_commitish: $target_commitish}')")
238239
You can’t perform that action at this time.
0 commit comments