Skip to content

Commit

Permalink
Provide version parameter to prepare_hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoy committed Feb 29, 2024
1 parent 6c0cd79 commit f3eec6c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/hotfix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,12 @@ jobs:
APPLE_API_KEY_BASE64: ${{ secrets.APPLE_API_KEY_BASE64 }}
APPLE_API_KEY_ID: ${{ secrets.APPLE_API_KEY_ID }}
APPLE_API_KEY_ISSUER: ${{ secrets.APPLE_API_KEY_ISSUER }}
GH_TOKEN: ${{ github.token }}
run: |
git config --global user.name "Dax the Duck"
git config --global user.email "[email protected]"
bundle exec fastlane prepare_hotfix
last_release="$(gh api repos/${{ github.repository }}/releases/latest | jq -r .tag_name)"
bundle exec fastlane prepare_hotfix version:"$last_release"
- name: Create release task
id: create_release_task
Expand Down

0 comments on commit f3eec6c

Please sign in to comment.