Skip to content

Commit 813ba03

Browse files
author
Sophia Marie Terry
committed
fix: changelog workflow
1 parent 84ef351 commit 813ba03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/spectral-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v4
1515
- name: Check Changelog up-to-date
16-
- run: |
16+
run: |
1717
npm run gen-ipa-changelog
1818
if [[ -n $(git status --porcelain) ]]; then
1919
echo "Changelog not up to date, please run 'npm run gen-ipa-changelog' and commit the changes"

0 commit comments

Comments
 (0)