Skip to content

Commit 666f1c2

Browse files
committed
Merge branch 'master' of github.com:judaicalink/pubby-django
2 parents 80c4b03 + 26a5f7e commit 666f1c2

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,6 @@ jobs:
6060
#- name: Bump version manually (if needed)
6161
# run: bump2version patch # or minor/major
6262

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-
7063
#- name: Build Docker image
7164
# run: |
7265
# docker build -t youruser/yourapp:${{ github.ref_name }} .
@@ -77,7 +70,6 @@ jobs:
7770
with:
7871
tag_name: ${{ github.ref_name }}
7972
name: Release ${{ github.ref_name }}
80-
body_path: CHANGELOG.md
8173
env:
8274
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8375

0 commit comments

Comments
 (0)