Skip to content

Commit bb73f75

Browse files
committed
Corrected Production Release
1 parent 2938d6e commit bb73f75

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release-flow.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,7 @@ jobs:
2121
Deploy-To-Prod:
2222
runs-on: ubuntu-latest
2323
needs: Production-Release
24-
environment: prod
24+
environment: prod
25+
steps:
26+
- name: Checkout code
27+
uses: actions/checkout@v3

0 commit comments

Comments
 (0)