This commit is contained in:
parent
9451ad6322
commit
bd6d471bba
|
@ -41,7 +41,7 @@ jobs:
|
||||||
id: release_notes
|
id: release_notes
|
||||||
run: |
|
run: |
|
||||||
NOTES=$(git log -1 --pretty=%B)
|
NOTES=$(git log -1 --pretty=%B)
|
||||||
echo "release_notes=${NOTES}" >> $GITHUB_ENV
|
echo "release_notes=${NOTES}" >> $GITEA_ENV
|
||||||
echo ${NOTES}
|
echo ${NOTES}
|
||||||
- name: Deploy release
|
- name: Deploy release
|
||||||
if: startsWith(gitea.ref, 'refs/tags/')
|
if: startsWith(gitea.ref, 'refs/tags/')
|
||||||
|
|
Loading…
Reference in New Issue
Block a user