Skip to content

Commit c7b699f

Browse files
authored
Update publish-release.yml
1 parent 8c76c73 commit c7b699f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/publish-release.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@
44
name: Publish a new release
55

66
on:
7-
workflow_run:
8-
workflows: ["create-release"]
9-
branches: [main]
7+
release:
108
types:
11-
- completed
9+
- created
10+
1211
jobs:
1312
build:
1413
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)