Skip to content

Commit 8c4457b

Browse files
committed
Merge branch 'trunk' of https://github.com/chathil/Dieter into trunk
2 parents b8c1042 + f50e7e9 commit 8c4457b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ jobs:
4545
with:
4646
tag_name: ${{ github.ref }}
4747
release_name: ${{ github.ref }}
48-
draft: true
49-
prerelease: false
48+
draft: false
49+
prerelease: true
5050

5151
- name: Upload apk
5252
uses: actions/upload-release-asset@v1
@@ -71,4 +71,4 @@ jobs:
7171
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
7272
uses: Ilshidur/action-discord@master
7373
with:
74-
args: "Dieter {{ RELEASE_VERSION }} has been released, checkout this url for what's new: https://github.com/chathil/Dieter/releases/tag/{{ RELEASE_VERSION }} or this url to download it directly https://github.com/chathil/Dieter/releases/download/{{ RELEASE_VERSION }}/dieter-debug.apk"
74+
args: "Dieter {{ RELEASE_VERSION }} has been released, checkout [what's new](https://github.com/chathil/Dieter/releases/tag/{{ RELEASE_VERSION }}) or [download](https://github.com/chathil/Dieter/releases/download/{{ RELEASE_VERSION }}/dieter-debug.apk)"

0 commit comments

Comments
 (0)