Skip to content

Commit 86e3468

Browse files
committed
CI: remove generate changelog [skip ci]
1 parent f7cacfb commit 86e3468

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -62,19 +62,3 @@ jobs:
6262
${{ github.workspace }}/app/build/outputs/apk/release/*x86.apk
6363
${{ github.workspace }}/app/build/outputs/apk/release/*x86_64.apk
6464
${{ github.workspace }}/app/build/outputs/apk/release/*universal.apk
65-
66-
- name: Generate Changelog
67-
uses: smichard/conventional_changelog@2.0.6
68-
with:
69-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
70-
71-
- name: Set Git User Info
72-
run: |
73-
git config user.name 'GitHub Actions Bot'
74-
git config user.email 'actions@github.com'
75-
76-
- name: Commit Changelog
77-
run: |
78-
git add CHANGELOG.md
79-
git commit -m "docs: :robot: changelog file generated" || echo "No changes to commit"
80-
git push

0 commit comments

Comments
 (0)