mirror of
https://github.com/ossrs/srs.git
synced 2025-11-23 19:34:05 +08:00
Make 6.0 as stable release.
This commit is contained in:
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@@ -93,7 +93,7 @@ jobs:
|
||||
allowUpdates: true
|
||||
tag: ${{ github.ref }}
|
||||
draft: true
|
||||
prerelease: true
|
||||
prerelease: false
|
||||
# Map a step output to a job output, see https://docs.github.com/en/actions/using-jobs/defining-outputs-for-jobs
|
||||
outputs:
|
||||
SRS_RELEASE_ID: ${{ steps.create_draft.outputs.id }}
|
||||
@@ -393,8 +393,8 @@ jobs:
|
||||
* [中文Wiki首页](https://ossrs.net/lts/zh-cn/docs/v6/doc/introduction)
|
||||
* [中文FAQ](https://ossrs.net/lts/zh-cn/faq), [功能列表](https://github.com/ossrs/srs/blob/${{ github.sha }}/trunk/doc/Features.md#features) 或 [修订历史](https://github.com/ossrs/srs/blob/${{ github.sha }}/trunk/doc/CHANGELOG.md#changelog)
|
||||
draft: false
|
||||
prerelease: true
|
||||
makeLatest: false
|
||||
prerelease: false
|
||||
makeLatest: true
|
||||
runs-on: ubuntu-22.04
|
||||
|
||||
release-done:
|
||||
|
||||
Reference in New Issue
Block a user