diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8e6881e..5999aca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: