mirror of
https://github.com/AdrianKuta/Unbound-Drag-Drop.git
synced 2025-09-16 21:54:22 +02:00
Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
ba299e915b |
10
.github/workflows/publish.yml
vendored
10
.github/workflows/publish.yml
vendored
@@ -1,9 +1,6 @@
|
||||
name: Publish
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- develop
|
||||
release:
|
||||
# We'll run this workflow when a new GitHub release is created
|
||||
types: [released]
|
||||
@@ -20,13 +17,6 @@ jobs:
|
||||
with:
|
||||
distribution: adopt
|
||||
java-version: 17
|
||||
- name: Setup Android SDK
|
||||
uses: android-actions/setup-android@v3
|
||||
|
||||
- name: LS Command
|
||||
run: |
|
||||
echo $ANDROID_HOME
|
||||
ls $ANDROID_HOME
|
||||
|
||||
# Runs upload, and then closes & releases the repository
|
||||
- name: Publish to MavenCentral
|
||||
|
Reference in New Issue
Block a user