debug failure in bash script
Unit Testing / test (3.10) (pull_request) Has been cancelled
Unit Testing / test (3.8) (pull_request) Has been cancelled
Unit Testing / test (3.11) (pull_request) Has been cancelled
Unit Testing / test (3.9) (pull_request) Has been cancelled
Unit Testing / test (3.12) (pull_request) Has been cancelled

This commit is contained in:
2026-02-27 16:52:12 +01:00
parent 6a06e7afe7
commit 145f698784
+3 -1
View File
@@ -121,7 +121,9 @@ jobs:
git fetch --depth=500
this_tag=$(python -c "import eos;print('v'+eos.__version__)")
prev_tag=$(git describe --abbrev=0 --tags `git rev-list --tags --skip=1 --max-count=1`)
commit_messages==$'Commits since previous release: \n\n'$(git log $prev_tag..HEAD --pretty=format:"* %s")
echo "Relese tag $this_tag with changes since $prev_tag"
commit_messages==$(git log $prev_tag..HEAD --pretty=format:"* %s")
echo "Commit messages: $commit_messages"
echo "RELEASE_TAG=$this_tag" >> $GITHUB_ENV
echo "RELEASE_NOTE=$commit_messages" >> $GITHUB_ENV
- name: Create Release