Skip to content

Commit 47fdc4a

Browse files
Fix
1 parent 3e4d71b commit 47fdc4a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release-IPA-metrics.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
with:
2727
sparse-checkout:
2828
tools/spectral/ipa
29+
package.json
30+
package-lock.json
2931
path: ipa
3032

3133
- name: Checkout repository (dev branch)
@@ -69,7 +71,7 @@ jobs:
6971
# if: ${{ failure() }}
7072
# uses: ./.github/workflows/failure-handler.yml
7173
# with:
72-
# env: $OAS_BRANCH
74+
# env: ${{ env.OAS_BRANCH }}
7375
# release_name: "IPA Metrics"
7476
# secrets:
7577
# jira_api_token: ${{ secrets.JIRA_API_TOKEN }}

0 commit comments

Comments
 (0)