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 2ac9eb8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 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 @@ -284,6 +285,7 @@ jobs:
needs:
- envs
- docker-srs
- test
steps:
##################################################################################################################
- name: Covert output to env
Expand Down

0 comments on commit 2ac9eb8

Please sign in to comment.