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 a4c5ecc commit 0a0a99fCopy full SHA for 0a0a99f
.github/workflows/spectral-publish.yml
@@ -5,7 +5,7 @@ on:
5
branches:
6
- main
7
paths:
8
- - 'tools/spectral/**'
+ - 'tools/spectral/ipa/**'
9
10
jobs:
11
generate-changelog:
@@ -16,7 +16,7 @@ jobs:
16
- name: Generate and Commit Changelog
17
run: |
18
npm run gen-ipa-changelog
19
- git add CHANGELOG.md
+ git add tools/spectral/ipa/CHANGELOG.md
20
git commit -m "chore(changelog): Update changelog"
21
- name: Push Changelog
22
uses: ad-m/github-push-action@master
@@ -36,4 +36,4 @@ jobs:
36
- uses: JS-DevTools/npm-publish@v3
37
with:
38
token: ${{ secrets.IPA_VALIDATION_NPM_TOKEN }}
39
- package: "tools/spectral/package.json"
+ package: "tools/spectral/ipa/package.json"
0 commit comments