Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
CI: remove generate changelog [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
AnGgIt86 committed Oct 11, 2024
1 parent f7cacfb commit 86e3468
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,19 +62,3 @@ jobs:
${{ github.workspace }}/app/build/outputs/apk/release/*x86.apk
${{ github.workspace }}/app/build/outputs/apk/release/*x86_64.apk
${{ github.workspace }}/app/build/outputs/apk/release/*universal.apk
- name: Generate Changelog
uses: smichard/conventional_changelog@2.0.6
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Set Git User Info
run: |
git config user.name 'GitHub Actions Bot'
git config user.email 'actions@github.com'
- name: Commit Changelog
run: |
git add CHANGELOG.md
git commit -m "docs: :robot: changelog file generated" || echo "No changes to commit"
git push

0 comments on commit 86e3468

Please sign in to comment.