Skip to content

Commit 49394b6

Browse files
committed
🐛 Fix release workflow run condition
1 parent 123c0c5 commit 49394b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ concurrency:
1010
jobs:
1111
release:
1212
runs-on: ubuntu-latest
13+
if: ${{ github.event.workflow_run.conclusion == 'success' }}
1314
steps:
1415
- uses: actions/checkout@v3
1516
- uses: actions/setup-node@v3

0 commit comments

Comments
 (0)