create release
Release binary for cl-cli / build-and-release (push) Failing after 1m44s Details

This commit is contained in:
Julien Fastré 2024-01-08 22:18:45 +01:00
parent 6569144381
commit e51feb802b
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB
1 changed files with 5 additions and 1 deletions

View File

@ -22,7 +22,11 @@ jobs:
r="${r//$'\n'/'%0A'}" # Multiline escape sequences for '\n'
r="${r//$'\r'/'%0D'}" # Multiline escape sequences for '\r'
echo "RELEASE_BODY=$r" >> $GITHUB_OUTPUT # <--- Set environment variable
- name: Use Go Action
- name: Setup go for using go gitea actions
uses: https://github.com/actions/setup-go@v4
with:
go-version: '>=1.20.1'
- name: Use Go Action to release
id: use-go-action
uses: https://gitea.com/actions/release-action@main
with: