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 4a803bf commit 4aa0995Copy full SHA for 4aa0995
.github/workflows/publish.yml
@@ -90,7 +90,7 @@ jobs:
90
- name: Check for release notes
91
id: check-release-notes
92
run: |
93
- if [ -f release-notes.txt]; then
+ if [ -f release-notes.txt ]; then
94
echo "exists=true" >> $GITHUB_ENV
95
else
96
echo "exists=false" >> $GITHUB_ENV
0 commit comments