We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5334b56 commit f990c74Copy full SHA for f990c74
.github/workflows/create-PR-deploy-to-release.yml
@@ -48,11 +48,8 @@ jobs:
48
49
- name: Generate Release note
50
id: template
51
- uses: heinrichreimer/action-github-changelog-generator@e60b5a2bd9fcd88dadf6345ff8327863fb8b490f # v2.4.0
52
- with:
53
- token: ${{ secrets.GITHUB_TOKEN }}
54
- sinceTag: ${{ env.LASTESTTAG}}
55
- headerLabel: '## Changes log of ${{ env.VERSION }} release'
+ run: |
+ echo "VERSION=${{ env.VERSION }} - SHA: ${{ github.sha }}" > CHANGELOG.md
56
57
- name: Create Pull Request
58
id: cpr
0 commit comments