remove content filtering
Release binary for cl-cli / build-and-release (push) Failing after 1m42s Details

This commit is contained in:
Julien Fastré 2024-01-08 23:01:08 +01:00
parent a0c272a5e2
commit 2e914f0a5a
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB
1 changed files with 3 additions and 2 deletions

View File

@ -19,8 +19,9 @@ jobs:
id: read_release
shell: bash
run: |
cat .changes/${{ github.ref_name }}.md
echo "RELEASE_BODY=$(cat .changes/${{ github.ref_name }}.md)" >> $GITHUB_OUTPUT
export B=$(cat .changes/${{ github.ref_name }}.md)
echo $B
echo "RELEASE_BODY=${B}" >> $GITHUB_OUTPUT
- name: debug
shell: bash
env: