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 11513b3 commit e533cb6Copy full SHA for e533cb6
.github/workflows/release-branch.yml
@@ -34,7 +34,7 @@ jobs:
34
release:
35
needs: [ readme ]
36
name: "release"
37
- if: ${{ always() && github.event_name == 'push' && needs.ci.result == 'success' }}
+ if: ${{ always() && github.event_name == 'push' }}
38
uses: cloudposse-github-actions/.github/.github/workflows/shared-auto-release.yml@main
39
with:
40
publish: ${{ inputs.publish }}
0 commit comments