Skip to content

Commit e533cb6

Browse files
authored
Fix release branch (#35)
1 parent 11513b3 commit e533cb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
release:
3535
needs: [ readme ]
3636
name: "release"
37-
if: ${{ always() && github.event_name == 'push' && needs.ci.result == 'success' }}
37+
if: ${{ always() && github.event_name == 'push' }}
3838
uses: cloudposse-github-actions/.github/.github/workflows/shared-auto-release.yml@main
3939
with:
4040
publish: ${{ inputs.publish }}

0 commit comments

Comments
 (0)