You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/release.yml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -45,8 +45,8 @@ jobs:
45
45
with:
46
46
tag_name: ${{ github.ref }}
47
47
release_name: ${{ github.ref }}
48
-
draft: true
49
-
prerelease: false
48
+
draft: false
49
+
prerelease: true
50
50
51
51
- name: Upload apk
52
52
uses: actions/upload-release-asset@v1
@@ -71,4 +71,4 @@ jobs:
71
71
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
72
72
uses: Ilshidur/action-discord@master
73
73
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