From f74be2f841fc3a5d5919f0fc12aa594a62af002d Mon Sep 17 00:00:00 2001 From: Cromha Date: Sat, 6 Jan 2024 18:19:06 +0100 Subject: [PATCH] fix - fixed Continuous release description to writing --- .github/workflows/cd.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yaml b/.github/workflows/cd.yaml index de32d0f..8eb982c 100644 --- a/.github/workflows/cd.yaml +++ b/.github/workflows/cd.yaml @@ -56,7 +56,7 @@ jobs: if ! github-release info -t 9.9.9-continuous > /dev/null 2>&1; then github-release release --tag 9.9.9-continuous --name "Continuous Build" --description "This is an automated build triggered by commit ${{ github.sha }}." else - github-release edit --tag 9.9.9-continuous --name "Continuous Build" --description "$DESCRIPTION" + github-release edit --tag 9.9.9-continuous --name "Continuous Build" --description "This is an automated build triggered by commit ${{ github.sha }}." fi - name: Add executable run: |