Skip to content

Commit a9b3a4d

Browse files
author
Your Name
committed
fix on rc
1 parent ffa1904 commit a9b3a4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/flow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
second_job:
2525
runs-on: ubuntu-latest
2626
needs: [release]
27-
if: needs.release.outputs.release_type == 'production'
27+
if: needs.release.outputs.release_type == 'release-candidate'
2828
steps:
2929
- name: print
3030
run: echo 'well done'

0 commit comments

Comments
 (0)