Skip to content

Commit aff8d84

Browse files
committed
CI: Minor fix pt.2
1 parent 303b645 commit aff8d84

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,4 @@ jobs:
269269
echo '```' >> "$RUNNER_TEMP/notes.md"
270270
cat shasum.txt >> "$RUNNER_TEMP/notes.md"
271271
echo '```' >> "$RUNNER_TEMP/notes.md"
272-
if [ "$TAG_NAME" != "nightly" ]; then
273-
fi
274272
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

Comments
 (0)