We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9227507 commit ecc9f99Copy full SHA for ecc9f99
.github/workflows/upload-release.yml
@@ -6,8 +6,7 @@ name: Upload Release
6
# events but only for the master branch
7
on:
8
release:
9
- types:
10
- - created
+ types: [prereleased, released]
11
12
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
13
jobs:
0 commit comments