Skip to content

Commit

Permalink
chore: mark releases as prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
kim-em committed Jun 24, 2024
1 parent ea5c851 commit 141856d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -491,6 +491,7 @@ jobs:
with:
files: artifacts/*/*
fail_on_unmatched_files: true
prerelease: ${{ !startsWith(github.ref, 'refs/tags/v') || contains(github.ref, '-rc') }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 141856d

Please sign in to comment.