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.
2 parents fa5e73f + 8b1e47b commit 7c55606Copy full SHA for 7c55606
.github/workflows/ipa-release.yml
@@ -24,6 +24,8 @@ jobs:
24
.github/scripts
25
- name: Fetch Versions
26
id: version_check
27
+ env:
28
+ BASE_BRANCH: ${{ github.ref_name }}
29
run: |
30
version_changed=$(./.github/scripts/ipa_version_check.sh)
31
echo "Version changed? ${version_changed}"
0 commit comments