We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5121e35 commit 7a82c38Copy full SHA for 7a82c38
1 file changed
.github/workflows/release.yml
@@ -60,13 +60,6 @@ jobs:
60
#- name: Bump version manually (if needed)
61
# run: bump2version patch # or minor/major
62
63
- - name: Generate changelog from commits
64
- uses: heinrichreimer/github-changelog-generator-action@v2.2
65
- with:
66
- token: ${{ secrets.GITHUB_TOKEN }}
67
- futureRelease: ${{ github.ref_name }}
68
-
69
70
#- name: Build Docker image
71
# run: |
72
# docker build -t youruser/yourapp:${{ github.ref_name }} .
0 commit comments