diff --git a/.gitea/workflows/actions.yaml b/.gitea/workflows/actions.yaml index 8b9454e..5029354 100644 --- a/.gitea/workflows/actions.yaml +++ b/.gitea/workflows/actions.yaml @@ -42,6 +42,7 @@ jobs: run: | NOTES=$(git log -1 --pretty=%B) echo "release_notes=${NOTES}" >> $GITHUB_ENV + echo ${NOTES} - name: Deploy release if: startsWith(gitea.ref, 'refs/tags/')