diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 69fafb14..7ae270a9 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -48,8 +48,7 @@ jobs: CURRENT_TAG: ${{ steps.version_tag.outputs.VERSION }} run: | cp limon-server/limon-web/target/limon-web-1.0.0.jar app.jar - docker pull quay.io/git-chglog/git-chglog:latest - docker run -v "$PWD":/workdir quay.io/git-chglog/git-chglog $CURRENT_TAG > CHANGELOG.md + echo "## change log" >> CHANGELOG.md - name: Release uses: softprops/action-gh-release@v1 if: startsWith(github.ref, 'refs/tags/')