Skip to content

Commit 4aa0995

Browse files
committed
Try to fix workflow.
1 parent 4a803bf commit 4aa0995

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
- name: Check for release notes
9191
id: check-release-notes
9292
run: |
93-
if [ -f release-notes.txt]; then
93+
if [ -f release-notes.txt ]; then
9494
echo "exists=true" >> $GITHUB_ENV
9595
else
9696
echo "exists=false" >> $GITHUB_ENV

0 commit comments

Comments
 (0)