Skip to content

Commit

Permalink
fix versioner
Browse files Browse the repository at this point in the history
hydazz committed Aug 11, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 4a6b2d2 commit 9e8680c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -29,8 +29,7 @@ jobs:
run: |
echo 'CHANGELOG=' >> $GITHUB_ENV
LAST_TAG=$(git describe --tags `git rev-list --tags --max-count=1`)
git log $LAST_TAG..HEAD --pretty=format:"- %s ([view](https://github.com/${{ github.repository }}/commit/%H))" >> $GITHUB_ENV
echo "::set-output name=changelog::$(git log $LAST_TAG..HEAD --pretty=format:"- %s ([view](https://github.com/${{ github.repository }}/commit/%H))")"
echo "CHANGELOG=$(git log $LAST_TAG..HEAD --pretty=format:"- %s ([view](https://github.com/${{ github.repository }}/commit/%H))")" >> $GITHUB_ENV
- name: Tag commit
run: |

0 comments on commit 9e8680c

Please sign in to comment.