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 548cbd3 commit 230f355Copy full SHA for 230f355
.github/workflows/android.yml
@@ -57,7 +57,11 @@ jobs:
57
- name: Echo release version from Env variable
58
run: |
59
echo "${{ env.release_version }}"
60
- - name: Release
+ - name: Delete drafts
61
+ uses: hugo19941994/delete-draft-releases@v1.0.0
62
+ env:
63
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
64
+ - name: Release draft
65
uses: softprops/action-gh-release@v1
66
with:
67
draft: true
@@ -66,4 +70,4 @@ jobs:
70
files: |
71
app/build/outputs/apk/release/*.apk
68
72
riru/build/release/*.zip
69
- body: "https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}"
73
+ body: "[Github Action](https://github.com/${{github.repository}}/actions/runs/${{github.run_id}})"
0 commit comments