Skip to content

Commit

Permalink
update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcoder04 committed Dec 26, 2022
1 parent b654363 commit e9eb9ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
run: |
git log --pretty=oneline "${{ steps.latest-tag.outputs.SECOND_LATEST_TAG }}...${{ steps.latest-tag.outputs.LATEST_TAG }}" \
| cut -d " " -f2- | sed -e 's/^/ - /' >release.md
cat release.md
- name: Checkout latest tag
run: "git checkout tags/${{ steps.latest-tag.outputs.LATEST_TAG }}"
Expand Down

0 comments on commit e9eb9ef

Please sign in to comment.