Skip to content

Commit 84ef351

Browse files
author
Sophia Marie Terry
committed
Added changelog script to parent directory
1 parent 97d07d3 commit 84ef351

File tree

3 files changed

+764
-634
lines changed

3 files changed

+764
-634
lines changed

.github/workflows/spectral-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- run: |
1717
npm run gen-ipa-changelog
1818
if [[ -n $(git status --porcelain) ]]; then
19-
echo "Changelog not up to date, please run 'npm run gen-ipa-changelog' from tools/spectral and commit the changes"
19+
echo "Changelog not up to date, please run 'npm run gen-ipa-changelog' and commit the changes"
2020
exit 1
2121
fi
2222
exit 0

0 commit comments

Comments
 (0)