Skip to content

Commit 0a0a99f

Browse files
author
Sophia Marie Terry
committed
Updates to publish workflow
1 parent a4c5ecc commit 0a0a99f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/spectral-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- main
77
paths:
8-
- 'tools/spectral/**'
8+
- 'tools/spectral/ipa/**'
99

1010
jobs:
1111
generate-changelog:
@@ -16,7 +16,7 @@ jobs:
1616
- name: Generate and Commit Changelog
1717
run: |
1818
npm run gen-ipa-changelog
19-
git add CHANGELOG.md
19+
git add tools/spectral/ipa/CHANGELOG.md
2020
git commit -m "chore(changelog): Update changelog"
2121
- name: Push Changelog
2222
uses: ad-m/github-push-action@master
@@ -36,4 +36,4 @@ jobs:
3636
- uses: JS-DevTools/npm-publish@v3
3737
with:
3838
token: ${{ secrets.IPA_VALIDATION_NPM_TOKEN }}
39-
package: "tools/spectral/package.json"
39+
package: "tools/spectral/ipa/package.json"

0 commit comments

Comments
 (0)