szkolny/.github/workflows/release.yml
Kuba Szczodrzyński 6e19f37d79
Some checks failed
Schedule/dispatch / Check new changes (push) Failing after 1m11s
Schedule/dispatch / Build nightly release (APK) (push) Has been skipped
[Actions] Refactor build workflows, fix Gradle rename task
2024-06-30 19:51:21 +02:00

16 lines
327 B
YAML

name: Release
on:
push:
tags: ["v*.*.*"]
jobs:
build:
name: Build release (APK)
uses: szkolny-eu/szkolny-android/.github/workflows/_build.yml@develop
with:
build-apk: true
release-ssh: true
release-github: true
release-firebase: true
release-discord: true
secrets: inherit