File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 60
60
--title "Release ${{ github.event.inputs.new_release_version }}" \
61
61
--generate-notes \
62
62
--draft \
63
+ --target ${{ github.ref_name }} \
63
64
${{format('--notes-start-tag {0}', env.LATEST_TAG) || ''}} \
64
65
'CortexCommand.windows.zip#Cortex Command [v${{ github.event.inputs.new_release_version }}] (Windows Release)' \
65
66
'CortexCommand.linux.zip#Cortex Command [v${{ github.event.inputs.new_release_version }}] (Linux Release)' \
82
83
-H "Accept: application/vnd.github.v3+json" \
83
84
https://api.github.com/repos/${{ github.repository }}/git/refs/tags/${{ env.LATEST_TAG }} \
84
85
-d '{
85
- "sha": "$RELEASE_COMMIT",
86
+ "sha": "'"$RELEASE_COMMIT"'",
87
+ "ref": "${{ github.ref }}"
86
88
}'
87
89
env :
88
90
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN}}
You can’t perform that action at this time.
0 commit comments