Skip to content

Commit d9a6061

Browse files
authored
Update upload-release.yml
1 parent ecc9f99 commit d9a6061

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/upload-release.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ name: Upload Release
66
# events but only for the master branch
77
on:
88
release:
9-
types: [prereleased, released]
9+
types:
10+
- prereleased
11+
- released
1012

1113
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1214
jobs:

0 commit comments

Comments
 (0)