Skip to content

Commit

Permalink
Refine release. v5.9.13
Browse files Browse the repository at this point in the history
  • Loading branch information
winlinvip committed Sep 6, 2023
1 parent 8b3bcdb commit 8a2fd31
Showing 1 changed file with 16 additions and 12 deletions.
28 changes: 16 additions & 12 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,14 +105,15 @@ jobs:
with:
src: ossrs/srs-stack:${{ env.SRS_TAG }}
dst: |
ossrs/srs-stack:${{ env.SRS_MAJOR }}
ossrs/srs-stack:v${{ env.SRS_MAJOR }}
ossrs/srs-cloud:${{ env.SRS_TAG }}
ossrs/srs-cloud:${{ env.SRS_MAJOR }}
ossrs/srs-cloud:v${{ env.SRS_MAJOR }}
ossrs/srs-cloud:platform-${{ env.SRS_TAG }}
ossrs/srs-cloud:platform-${{ env.SRS_MAJOR }}
ossrs/srs-cloud:platform-v${{ env.SRS_MAJOR }}
# TODO: FIXME: If stable release, enable it.
#ossrs/srs-stack:${{ env.SRS_MAJOR }}
#ossrs/srs-stack:v${{ env.SRS_MAJOR }}
#ossrs/srs-cloud:${{ env.SRS_MAJOR }}
#ossrs/srs-cloud:v${{ env.SRS_MAJOR }}
#ossrs/srs-cloud:platform-${{ env.SRS_MAJOR }}
#ossrs/srs-cloud:platform-v${{ env.SRS_MAJOR }}
runs-on: ubuntu-20.04

aliyun:
Expand All @@ -137,14 +138,15 @@ jobs:
src: ossrs/srs-stack:${{ env.SRS_TAG }}
dst: |
registry.cn-hangzhou.aliyuncs.com/ossrs/srs-stack:${{ env.SRS_TAG }}
registry.cn-hangzhou.aliyuncs.com/ossrs/srs-stack:${{ env.SRS_MAJOR }}
registry.cn-hangzhou.aliyuncs.com/ossrs/srs-stack:v${{ env.SRS_MAJOR }}
registry.cn-hangzhou.aliyuncs.com/ossrs/srs-cloud:${{ env.SRS_TAG }}
registry.cn-hangzhou.aliyuncs.com/ossrs/srs-cloud:${{ env.SRS_MAJOR }}
registry.cn-hangzhou.aliyuncs.com/ossrs/srs-cloud:v${{ env.SRS_MAJOR }}
registry.cn-hangzhou.aliyuncs.com/ossrs/srs-cloud:platform-${{ env.SRS_TAG }}
registry.cn-hangzhou.aliyuncs.com/ossrs/srs-cloud:platform-${{ env.SRS_MAJOR }}
registry.cn-hangzhou.aliyuncs.com/ossrs/srs-cloud:platform-v${{ env.SRS_MAJOR }}
# TODO: FIXME: If stable release, enable it.
#registry.cn-hangzhou.aliyuncs.com/ossrs/srs-stack:${{ env.SRS_MAJOR }}
#registry.cn-hangzhou.aliyuncs.com/ossrs/srs-stack:v${{ env.SRS_MAJOR }}
#registry.cn-hangzhou.aliyuncs.com/ossrs/srs-cloud:${{ env.SRS_MAJOR }}
#registry.cn-hangzhou.aliyuncs.com/ossrs/srs-cloud:v${{ env.SRS_MAJOR }}
#registry.cn-hangzhou.aliyuncs.com/ossrs/srs-cloud:platform-${{ env.SRS_MAJOR }}
#registry.cn-hangzhou.aliyuncs.com/ossrs/srs-cloud:platform-v${{ env.SRS_MAJOR }}
runs-on: ubuntu-20.04

draft:
Expand All @@ -162,6 +164,7 @@ jobs:
allowUpdates: true
tag: ${{ github.ref }}
draft: true
# TODO: FIXME: If stable release, enable it.
prerelease: true
# Map a step output to a job output, see https://docs.github.com/en/actions/using-jobs/defining-outputs-for-jobs
outputs:
Expand Down Expand Up @@ -264,5 +267,6 @@ jobs:
* [Changelog](https://ossrs.net/lts/zh-cn/faq-srs-stack#changelog)
* [Features](https://ossrs.net/lts/zh-cn/faq-srs-stack#features)
draft: false
# TODO: FIXME: If stable release, enable it.
prerelease: true
makeLatest: false

0 comments on commit 8a2fd31

Please sign in to comment.