Skip to content

Commit c4ada54

Browse files
authored
fix: release workflow should look at HEAD (#861)
1 parent b5995b7 commit c4ada54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ipa-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Fetch Versions
2626
id: version_check
2727
env:
28-
BASE_BRANCH: ${{ github.ref_name }}
28+
BASE_BRANCH: "HEAD~1"
2929
run: |
3030
version_changed=$(./.github/scripts/ipa_version_check.sh)
3131
echo "Version changed? ${version_changed}"

0 commit comments

Comments
 (0)