Skip to content

Commit 632dd89

Browse files
Fix publish workflow
1 parent 955248c commit 632dd89

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
jobs:
88
on-success:
99
runs-on: ubuntu-latest
10+
environment:
11+
name: Publish
1012
if: ${{ github.event.workflow_run.conclusion == 'success' }}
1113
timeout-minutes: 10
1214

0 commit comments

Comments
 (0)