We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2da31d9 commit 4461b9fCopy full SHA for 4461b9f
1 file changed
.github/actions/upload-ios/action.yml
@@ -110,7 +110,7 @@ runs:
110
shell: bash
111
112
- uses: actions/download-artifact@v4
113
- if: ${{ inputs.type == 'official' }}
+ if: ${{ inputs.type == 'official' && inputs.trigger == 'develop' }}
114
with:
115
name: release-changelog
116
path: .
@@ -163,4 +163,4 @@ runs:
163
message="**iOS Build Available**"$'\n\n'"$app_name $VERSION_NAME.$BUILD_VERSION"
164
165
gh pr comment "$PR_NUMBER" --body "$message"
166
- shell: bash
+ shell: bash
0 commit comments