ci: only get app store version if publishing to app store

This commit is contained in:
Abdullah Atta
2023-09-13 13:07:14 +05:00
parent 30da041ea3
commit 652efc8624

View File

@@ -97,6 +97,7 @@ jobs:
- name: Get App Store Version
id: appstore
uses: streetwriters/appstore-connect-app-version@develop
if: inputs.publish-apple
with:
app-id: ${{ steps.app_metadata.outputs.apple_app_id }}
key-id: ${{ secrets.api_key_id }}