Skip to content

Commit 872a754

Browse files
chore: fix manual release workflow syntax (#5286)
A workflow needs steps to be valid. https://coveord.atlassian.net/browse/KIT-4211
1 parent e35ccc3 commit 872a754

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/manual-release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
approve:
1818
runs-on: ubuntu-latest
1919
environment: 'Manual Release'
20+
steps:
21+
- run: exit 0
22+
2023
release:
2124
uses: ./.github/workflows/release.yml
2225
needs: approve

0 commit comments

Comments
 (0)