Skip to content

Commit

Permalink
Fix release bug. Release v6.0.36
Browse files Browse the repository at this point in the history
  • Loading branch information
winlinvip committed Mar 23, 2023
1 parent 363e0c2 commit c056094
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -234,6 +235,7 @@ jobs:
name: docker-srs
needs:
- envs
- draft
steps:
##################################################################################################################
- name: Covert output to env
Expand Down Expand Up @@ -284,6 +286,7 @@ jobs:
needs:
- envs
- docker-srs
- test
steps:
##################################################################################################################
- name: Covert output to env
Expand Down

0 comments on commit c056094

Please sign in to comment.