diff --git a/.github/workflows/create-PR-deploy-to-release.yml b/.github/workflows/create-PR-deploy-to-release.yml index f28f7237..00ff3f2a 100644 --- a/.github/workflows/create-PR-deploy-to-release.yml +++ b/.github/workflows/create-PR-deploy-to-release.yml @@ -48,11 +48,8 @@ jobs: - name: Generate Release note id: template - uses: heinrichreimer/action-github-changelog-generator@e60b5a2bd9fcd88dadf6345ff8327863fb8b490f # v2.4.0 - with: - token: ${{ secrets.GITHUB_TOKEN }} - sinceTag: ${{ env.LASTESTTAG}} - headerLabel: '## Changes log of ${{ env.VERSION }} release' + run: | + echo "VERSION=${{ env.VERSION }} - SHA: ${{ github.sha }}" > CHANGELOG.md - name: Create Pull Request id: cpr