diff --git a/.github/workflows/package_to_pypi.yaml b/.github/workflows/package_to_pypi.yaml index 6d026097..f9d4688d 100644 --- a/.github/workflows/package_to_pypi.yaml +++ b/.github/workflows/package_to_pypi.yaml @@ -17,7 +17,7 @@ jobs: run: | echo "In this release:" > ./commits.log echo "" >> ./commits.log - /usr/bin/git log --oneline --no-merges $(git describe --tags --abbrev=0 @^)..@ >> ./commits.log + git log --oneline --no-merges $(git describe --tags --abbrev=0 HEAD^)..HEAD >> ./commits.log - name: Create Release id: create_release uses: actions/create-release@v1