Skip to content

Commit 3ec4c70

Browse files
authored
fix: version debug - point to main (#863)
1 parent 211bc2a commit 3ec4c70

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ipa-release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,14 @@ jobs:
1818
- name: Checkout Repository
1919
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
2020
with:
21-
ref: main
2221
fetch-depth: 0
2322
sparse-checkout: |
2423
tools/spectral/ipa
2524
.github/scripts
2625
- name: Fetch Versions
2726
id: version_check
2827
env:
29-
BASE_BRANCH: "HEAD~1"
28+
BASE_BRANCH: "main~1"
3029
run: |
3130
version_changed=$(./.github/scripts/ipa_version_check.sh)
3231
echo "Version changed? ${version_changed}"

0 commit comments

Comments
 (0)