Skip to content

Commit bd3feef

Browse files
committed
update to modern gh-release action and simplify release body
1 parent db6d2ea commit bd3feef

File tree

1 file changed

+10
-20
lines changed

1 file changed

+10
-20
lines changed

.github/workflows/release.yml

Lines changed: 10 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
cp app/build/outputs/apk/release/app-release-unsigned.apk notodata-release-v${{ steps.version.outputs.version }}.apk
7474
7575
- name: Create Release
76-
uses: softprops/action-gh-release@v1
76+
uses: softprops/action-gh-release@v2
7777
if: startsWith(github.ref, 'refs/tags/')
7878
with:
7979
files: |
@@ -82,26 +82,16 @@ jobs:
8282
body: |
8383
## notodata v${{ steps.version.outputs.version }}
8484
85-
### installation instructions
85+
notification data collection app with properly sized icons
8686
87-
1. **download apk**: download `notodata-release-v${{ steps.version.outputs.version }}.apk` below
88-
2. **enable unknown sources**: go to settings → security → install unknown apps → enable for your browser
89-
3. **install**: open the apk file and follow the prompts
90-
4. **grant permissions**: allow notification access when prompted
87+
**installation:**
88+
1. download apk file below
89+
2. enable unknown sources in android settings
90+
3. install apk
91+
4. grant notification access permission
9192
92-
### what's new
93-
94-
see [changelog.md](https://github.com/${{ github.repository }}/blob/main/changelog.md) for detailed changes.
95-
96-
### file downloads
97-
98-
- **`notodata-release-v${{ steps.version.outputs.version }}.apk`** - recommended for general use
99-
- **`notodata-debug-v${{ steps.version.outputs.version }}.apk`** - debug version with extra logging
100-
101-
### issues?
102-
103-
report bugs or ask questions in the [issues](https://github.com/${{ github.repository }}/issues) section.
93+
**files:**
94+
- `notodata-release-v${{ steps.version.outputs.version }}.apk` - main release
95+
- `notodata-debug-v${{ steps.version.outputs.version }}.apk` - debug version
10496
draft: false
10597
prerelease: false
106-
env:
107-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)