mirror of
https://github.com/AdrianKuta/Unbound-Drag-Drop.git
synced 2025-04-19 22:49: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
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- develop
|
||||
release:
|
||||
# We'll run this workflow when a new GitHub release is created
|
||||
types: [released]
|
||||
@ -17,6 +20,8 @@ jobs:
|
||||
with:
|
||||
distribution: adopt
|
||||
java-version: 17
|
||||
- name: Setup Android SDK
|
||||
uses: amyu/setup-android@v4
|
||||
|
||||
# Runs upload, and then closes & releases the repository
|
||||
- name: Publish to MavenCentral
|
||||
|
Loading…
x
Reference in New Issue
Block a user