We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01e584b commit fa2cb9aCopy full SHA for fa2cb9a
.github/workflows/release.yml
@@ -66,8 +66,10 @@ jobs:
66
regex: false
67
68
- name: Check Update changelog was modified
69
+ env:
70
+ MODIFIED_FILES: ${{ steps.update_changelog.outputs.modifiedFiles }}
71
run: |
- if [ "${{ steps.update_changelog.outputs.modifiedFiles }}" = "0" ]; then
72
+ if [ "$MODIFIED_FILES" = "0" ]; then
73
echo "Error: No files were modified when updating changelog"
74
exit 1
75
fi
0 commit comments