test ci/cd
Some checks failed
Go2ticket auto deployement / Go2ticket (push) Failing after 21s

This commit is contained in:
Clément CHABANNE 2024-06-09 22:03:14 +02:00
parent bd6d471bba
commit 7e26da44a5

View File

@ -41,7 +41,7 @@ jobs:
id: release_notes
run: |
NOTES=$(git log -1 --pretty=%B)
echo "release_notes=${NOTES}" >> $GITEA_ENV
echo "release_notes=${NOTES}" >> $GITHUB_ENV
echo ${NOTES}
- name: Deploy release
if: startsWith(gitea.ref, 'refs/tags/')