Remove accidental line added to the script

This commit is contained in:
Kirill Bobyrev 2021-04-21 16:45:58 +02:00
parent 0dc77c9655
commit 7596795ae9
No known key found for this signature in database
GPG Key ID: 2307C055C8384FA0

View File

@ -19,7 +19,6 @@ jobs:
- name: Find Repository - name: Find Repository
run: | run: |
grep -m 1 -o "\w*/llvm-project@[[:xdigit:]]\{40,\}" << EOF | cut -f 1 -d@ > repo grep -m 1 -o "\w*/llvm-project@[[:xdigit:]]\{40,\}" << EOF | cut -f 1 -d@ > repo
echo "LLVM_COMMIT=$(cat release/commit)" >> $GITHUB_ENV
${{ github.event.release.body }} ${{ github.event.release.body }}
EOF EOF
- name: Mark as draft - name: Mark as draft