We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 303b645 commit aff8d84Copy full SHA for aff8d84
1 file changed
.github/workflows/publish.yml
@@ -269,6 +269,4 @@ jobs:
269
echo '```' >> "$RUNNER_TEMP/notes.md"
270
cat shasum.txt >> "$RUNNER_TEMP/notes.md"
271
272
- if [ "$TAG_NAME" != "nightly" ]; then
273
- fi
274
gh release create $TAG_NAME $PRERELEASE --notes-file "$RUNNER_TEMP/notes.md" --title "$SUBJECT" --target $GITHUB_SHA incplot_linux_x86_64/* incplot_linux_arm64/* incplot_windows_x86_64/* incplot_macos_arm64/* incplot_macos_x86_64/* shasum.txt
0 commit comments