Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ipa-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Fetch Versions
id: version_check
env:
BASE_BRANCH: ${{ github.ref_name }}
BASE_BRANCH: "HEAD~1"
run: |
version_changed=$(./.github/scripts/ipa_version_check.sh)
echo "Version changed? ${version_changed}"
Expand Down
1 change: 1 addition & 0 deletions tools/spectral/ipa/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
### Changelog

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

Loading