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 5f9251a commit 24be634Copy full SHA for 24be634
.github/workflows/release.yaml
@@ -63,7 +63,6 @@ jobs:
63
--generate-notes \
64
--draft \
65
${{format('--notes-start-tag {0}', env.LATEST_TAG) || ''}} \
66
- --prerelease \
67
'CortexCommand.windows.zip#Cortex Command [v${{ github.event.inputs.new_release_version }}] (Windows Release)' \
68
'CortexCommand.linux.zip#Cortex Command [v${{ github.event.inputs.new_release_version }}] (Linux Release)' \
69
'CortexCommand.macos.zip#Cortex Command [v${{ github.event.inputs.new_release_version }}] (macOS Release)'
0 commit comments