Skip to content

Commit

Permalink
Update package_to_pypi.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
P-T-I authored Sep 7, 2021
1 parent eca8c12 commit d125a6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package_to_pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d125a6f

Please sign in to comment.