We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e4842e commit fac00c8Copy full SHA for fac00c8
1 file changed
.github/workflows/dispatch.create_release.yml
@@ -26,11 +26,3 @@ jobs:
26
with:
27
release_mode: ${{ inputs.release_type }}
28
version_bump: ${{ inputs.version_bump }}
29
-
30
- platform_uploads:
31
- needs: github_release
32
- if: needs.github_release.outputs.release_created == 'true'
33
- uses: ./.github/workflows/call.platform_uploads.yml
34
- secrets: inherit
35
- with:
36
- target_tag: ${{ needs.github_release.outputs.tag_name }}
0 commit comments