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

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

View File

@ -19,8 +19,8 @@ jobs:
id: read_release
shell: bash
run: |
r=$(cat .changes/${{ github.ref_name }}.md) # <--- Read release.md (Provide correct path as per your repo)
echo "RELEASE_BODY=$r" >> $GITHUB_OUTPUT # <--- Set environment variable
cat .changes/${{ github.ref_name }}.md
echo "RELEASE_BODY=$(cat .changes/${{ github.ref_name }}.md)" >> $GITHUB_OUTPUT
- name: debug
shell: bash
env: