We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49fde02 commit af31cc6Copy full SHA for af31cc6
.github/workflows/release.yaml
@@ -35,7 +35,7 @@ jobs:
35
id: contributors
36
run: |
37
make -C .github/scripts contributors NEW_VERSION=${GITHUB_REF:11}
38
- echo "contributors_list=$(cat .github/scripts/contributors.list)" >> "$GITHUB_ENV"
+ echo "contributors_list=$(cat .github/scripts/contributors.list | sed -z 's/\n/\\n/g')" >> "$GITHUB_ENV"
39
40
- name: Login to Docker
41
uses: docker/login-action@v3
0 commit comments