Debug CI/CD
Some checks failed
Go2ticket auto deployement / Go2ticket (push) Failing after 53s

This commit is contained in:
Clément CHABANNE 2024-06-09 22:12:55 +02:00
parent 7e26da44a5
commit 0e956d9549

View File

@ -42,7 +42,7 @@ jobs:
run: |
NOTES=$(git log -1 --pretty=%B)
echo "release_notes=${NOTES}" >> $GITHUB_ENV
echo ${NOTES}
echo ${{ env.release_notes }}
- name: Deploy release
if: startsWith(gitea.ref, 'refs/tags/')
@ -53,7 +53,7 @@ jobs:
-d '{
"tag_name": "${{ gitea.ref }}",
"target_commitish": "${{ gitea.sha }}",
"name": "$(git for-each-ref --format='%(contents)' refs/tags/v1.0.0 | grep .)",
"name": "$(git for-each-ref --format='%(contents)' ${{ gitea.ref }} | grep .)",
"body": "Release description :\n ${{ env.release_notes }}",
"draft": true,
"prerelease": false