mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Fix release bug. Release v6.0.36
This commit is contained in:
parent
363e0c2a6e
commit
2ac9eb84bc
1 changed files with 4 additions and 2 deletions
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
|
@ -6,8 +6,9 @@ on:
|
|||
tags:
|
||||
- v6*
|
||||
|
||||
# Declare default permissions as read only.
|
||||
permissions: read-all
|
||||
# For draft, need write permission.
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
jobs:
|
||||
envs:
|
||||
|
@ -284,6 +285,7 @@ jobs:
|
|||
needs:
|
||||
- envs
|
||||
- docker-srs
|
||||
- test
|
||||
steps:
|
||||
##################################################################################################################
|
||||
- name: Covert output to env
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue