Skip to content

Commit 8bacc18

Browse files
authored
Move gha ci workflows 5 (#29)
* Move GHA CI from shared workflows * rename ci steps * Added CI
1 parent 2c2b980 commit 8bacc18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
needs: [ lint, test, readme ]
106106

107107
release:
108-
needs: [ ci ]
108+
needs: [ lint, test, readme ]
109109
name: "release"
110110
if: ${{ github.event_name == 'push' }}
111111
uses: cloudposse/.github/.github/workflows/shared-auto-release.yml@main

0 commit comments

Comments
 (0)