Update release_prepare.yml
This commit is contained in:
parent
1ed1a4e25a
commit
718f3bb4bc
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release_prepare.yml
vendored
2
.github/workflows/release_prepare.yml
vendored
|
@ -69,7 +69,7 @@ jobs:
|
|||
|
||||
- name: Resolve repos
|
||||
run: |
|
||||
echo "REPOS=$(ls .)" >> $GITHUB_ENV
|
||||
echo "REPOS=$(ls . | tr '\n' ' ')" >> $GITHUB_ENV
|
||||
|
||||
- name: Merge develop
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue