mirror of
https://github.com/AdrianKuta/Unbound-Drag-Drop.git
synced 2025-04-20 06:59:02 +02:00
Test CI for self-hosted runner
This commit is contained in:
parent
a3439ee9cd
commit
845ce20047
5
.github/workflows/publish.yml
vendored
5
.github/workflows/publish.yml
vendored
@ -1,6 +1,9 @@
|
|||||||
name: Publish
|
name: Publish
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- develop
|
||||||
release:
|
release:
|
||||||
# We'll run this workflow when a new GitHub release is created
|
# We'll run this workflow when a new GitHub release is created
|
||||||
types: [released]
|
types: [released]
|
||||||
@ -17,6 +20,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
distribution: adopt
|
distribution: adopt
|
||||||
java-version: 17
|
java-version: 17
|
||||||
|
- name: Setup Android SDK
|
||||||
|
uses: amyu/setup-android@v4
|
||||||
|
|
||||||
# Runs upload, and then closes & releases the repository
|
# Runs upload, and then closes & releases the repository
|
||||||
- name: Publish to MavenCentral
|
- name: Publish to MavenCentral
|
||||||
|
Loading…
x
Reference in New Issue
Block a user