mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-01 09:53:33 +00:00
Github Action tuning
This commit is contained in:
parent
28f95fd641
commit
ecd75cb602
1 changed files with 1 additions and 9 deletions
10
.github/workflows/github_release.yml
vendored
10
.github/workflows/github_release.yml
vendored
|
|
@ -6,7 +6,7 @@ on:
|
||||||
- '[0-9]+.[0-9]+.[0-9]+'
|
- '[0-9]+.[0-9]+.[0-9]+'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
setup:
|
release:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Setup JDK 8
|
- name: Setup JDK 8
|
||||||
|
|
@ -15,10 +15,6 @@ jobs:
|
||||||
distribution: 'temurin'
|
distribution: 'temurin'
|
||||||
java-version: 8
|
java-version: 8
|
||||||
|
|
||||||
build:
|
|
||||||
needs: setup
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Cache Gradle and wrapper
|
- name: Cache Gradle and wrapper
|
||||||
|
|
@ -71,10 +67,6 @@ jobs:
|
||||||
name: app-release-signed
|
name: app-release-signed
|
||||||
path: ${{steps.sign_aab.outputs.signedReleaseFile}}
|
path: ${{steps.sign_aab.outputs.signedReleaseFile}}
|
||||||
|
|
||||||
release:
|
|
||||||
needs: build
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: Build Changelog
|
- name: Build Changelog
|
||||||
id: changelog
|
id: changelog
|
||||||
uses: ardalanamini/auto-changelog@v3
|
uses: ardalanamini/auto-changelog@v3
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue