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 f7cacfb commit 86e3468Copy full SHA for 86e3468
.github/workflows/release.yml
@@ -62,19 +62,3 @@ jobs:
62
${{ github.workspace }}/app/build/outputs/apk/release/*x86.apk
63
${{ github.workspace }}/app/build/outputs/apk/release/*x86_64.apk
64
${{ 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
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