We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f130510 commit 6a34703Copy full SHA for 6a34703
.github/workflows/cloudpod_release.yml
@@ -24,6 +24,7 @@ jobs:
24
database-type: ${{ inputs.database_type || 'mysql' }}
25
localstack-version: ${{ inputs.release_tag || 'latest'}}
26
upload:
27
+ needs: build
28
name: Upload Release Asset
29
runs-on: ubuntu-latest
30
steps:
0 commit comments