Skip to content

Commit d149ddd

Browse files
author
Sophia Marie Terry
committed
Correct directory
1 parent 107d123 commit d149ddd

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ipa-changelog.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,9 @@ jobs:
1313
steps:
1414
- name: Checkout Repository
1515
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
16-
17-
- name: Navigate to IPA Directory
18-
working-directory: tools/spectral/ipa
19-
run: |
20-
echo "Navigated to IPA directory."
2116

2217
- name: Check Version Bump
18+
working-directory: tools/spectral/ipa
2319
id: version_check
2420
run: |
2521
current_version=$(jq '.version' package.json)

0 commit comments

Comments
 (0)