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 2ecbcf9 commit e8bc3d2Copy full SHA for e8bc3d2
.github/workflows/ci.yml
@@ -105,9 +105,9 @@ jobs:
105
needs: [ lint, test, readme ]
106
107
release:
108
- needs: [ lint, readme ]
+ needs: [ ci ]
109
name: "release"
110
- if: ${{ github.event_name == 'push' }}
+ if: ${{ always() && github.event_name == 'push' && needs.ci.result == 'success' }}
111
uses: cloudposse/.github/.github/workflows/shared-auto-release.yml@main
112
with:
113
publish: ${{ inputs.publish }}
0 commit comments