Skip to content

Commit af31cc6

Browse files
committed
fix: release scripts
Signed-off-by: Khosrow Moossavi <khos2ow@gmail.com>
1 parent 49fde02 commit af31cc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
id: contributors
3636
run: |
3737
make -C .github/scripts contributors NEW_VERSION=${GITHUB_REF:11}
38-
echo "contributors_list=$(cat .github/scripts/contributors.list)" >> "$GITHUB_ENV"
38+
echo "contributors_list=$(cat .github/scripts/contributors.list | sed -z 's/\n/\\n/g')" >> "$GITHUB_ENV"
3939
4040
- name: Login to Docker
4141
uses: docker/login-action@v3

0 commit comments

Comments
 (0)