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 107d123 commit d149dddCopy full SHA for d149ddd
.github/workflows/ipa-changelog.yml
@@ -13,13 +13,9 @@ jobs:
13
steps:
14
- name: Checkout Repository
15
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."
21
22
- name: Check Version Bump
+ working-directory: tools/spectral/ipa
23
id: version_check
24
run: |
25
current_version=$(jq '.version' package.json)
0 commit comments