Skip to content

Commit

Permalink
Update release_prepare.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy authored Oct 31, 2023
1 parent 1ed1a4e commit 718f3bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 718f3bb

Please sign in to comment.