Skip to content

Commit

Permalink
Trying to fix change log issue
Browse files Browse the repository at this point in the history
  • Loading branch information
thejhh committed Jan 4, 2023
1 parent 991ea13 commit f59f318
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: List changes
run: |
echo "This release contains the following changes:" > changes.md &&
git log --oneline --no-merges --format="%s" $(git describe --tags --abbrev=0)..HEAD >> changes.md
run: git log --oneline --no-merges --format="%s" $(git describe --tags --abbrev=0)..HEAD > changes.md
- name: Create release and tag
uses: actions/create-release@v1
env:
Expand Down

0 comments on commit f59f318

Please sign in to comment.