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 84ef351 commit 813ba03Copy full SHA for 813ba03
.github/workflows/spectral-publish.yml
@@ -13,7 +13,7 @@ jobs:
13
steps:
14
- uses: actions/checkout@v4
15
- name: Check Changelog up-to-date
16
- - run: |
+ run: |
17
npm run gen-ipa-changelog
18
if [[ -n $(git status --porcelain) ]]; then
19
echo "Changelog not up to date, please run 'npm run gen-ipa-changelog' and commit the changes"
0 commit comments