test
Some checks failed
Go2ticket auto deployement / Go2ticket (push) Failing after 16s

This commit is contained in:
Clément CHABANNE 2024-06-09 21:59:22 +02:00
parent 9451ad6322
commit bd6d471bba

View File

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