Skip to content

Commit

Permalink
Quicksy: Fix build workflow to properly submit changelog notes
Browse files Browse the repository at this point in the history
  • Loading branch information
tmolitor-stud-tu committed Oct 13, 2024
1 parent f201588 commit 169b842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/quicksy.build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
- name: Create fastlane metadata directory
id: metadata
env:
CHANGELOG: ${{ steps.releasenotes.outputs.notes_ios }}
CHANGELOG_IOS: ${{ steps.releasenotes.outputs.notes_ios }}
run: |
path_ios="$(mktemp -d)"
cp -av ./appstore_quicksy_metadata/* "$path_ios"
Expand Down

0 comments on commit 169b842

Please sign in to comment.