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 4a1e68a commit f92d04eCopy full SHA for f92d04e
.github/release-drafter.yml
@@ -3,6 +3,7 @@ tag-template: 'v$NEXT_PATCH_VERSION'
3
categories:
4
- title: ':rocket: Features and Enhancements'
5
labels:
6
+ - 'feat'
7
- 'Feature'
8
- 'Enhancement'
9
- title: ':bug: Bug Fixes'
.github/workflows/push-event.yml
@@ -131,4 +131,9 @@ jobs:
131
git commit -am "[Auto] Update APK/AAB's from $branch ($(date +%Y-%m-%d.%H:%M:%S))"
132
git branch -D apk
133
git branch -m apk
134
- git push --force origin apk
+ git push --force origin apk
135
+
136
+ - name: Run Release Drafter
137
+ uses: release-drafter/release-drafter@v6
138
+ with:
139
+ version: ${{ steps.android-version.outputs.VERSION_NAME }}
0 commit comments