Skip to content

Commit b1e4cd5

Browse files
committed
ci: run fdroid_release action on all tags | udpate action deps
1 parent 94a4a5d commit b1e4cd5

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

.github/workflows/fdroid_release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: FDroid Release
33
on:
44
push:
55
tags:
6-
- "*fdroid*"
6+
- '*'
77

88
jobs:
99
build-release:
@@ -52,7 +52,7 @@ jobs:
5252
# Build Changelog
5353
- name: Build Changelog
5454
id: build_changelog
55-
uses: ardalanamini/auto-changelog@v3
55+
uses: ardalanamini/auto-changelog@v4
5656
with:
5757
mention-authors: false
5858
mention-new-contributors: true

.github/workflows/workflow.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,13 @@ jobs:
55
build:
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@v4
8+
- uses: actions/checkout@v6
99

1010
- name: Setup JDK
11-
uses: actions/setup-java@v4
11+
uses: actions/setup-java@v5
1212
with:
1313
java-version: 17
1414
distribution: temurin
1515

1616
- name: Build
17-
run: |
18-
./gradlew check
19-
./gradlew assembleDebug
17+
run: ./gradlew check assembleDebug

0 commit comments

Comments
 (0)