ci: use pre-release for continuous to stop it from grabbing latest tag also
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -314,7 +314,7 @@ jobs:
|
||||
with:
|
||||
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
automatic_release_tag: "continuous"
|
||||
prerelease: false
|
||||
prerelease: true
|
||||
title: "Continuous Build"
|
||||
files: |
|
||||
package-*/*
|
||||
|
||||
Reference in New Issue
Block a user