Skip to content

Commit e8bc3d2

Browse files
authored
Added CI (#31)
1 parent 2ecbcf9 commit e8bc3d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,9 @@ jobs:
105105
needs: [ lint, test, readme ]
106106

107107
release:
108-
needs: [ lint, readme ]
108+
needs: [ ci ]
109109
name: "release"
110-
if: ${{ github.event_name == 'push' }}
110+
if: ${{ always() && github.event_name == 'push' && needs.ci.result == 'success' }}
111111
uses: cloudposse/.github/.github/workflows/shared-auto-release.yml@main
112112
with:
113113
publish: ${{ inputs.publish }}

0 commit comments

Comments
 (0)