Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DianQK committed Feb 13, 2023
1 parent 02b738a commit 8560ddd
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,4 @@ jobs:
allowUpdates: true
removeArtifacts: true
replacesArtifacts: true
prerelease:
contains('
refs/tags/*alpha*
refs/tags/*beta*
refs/tags/*rc*
', github.ref)
prerelease: contains('refs/tags/*alpha*', github.ref) || contains('refs/tags/*beta*', github.ref) || contains('refs/tags/*rc*', github.ref)

0 comments on commit 8560ddd

Please sign in to comment.