Skip to content

Commit 6a77598

Browse files
committed
Fix release CI
1 parent 49d8170 commit 6a77598

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
ORG_GRADLE_PROJECT_signingInMemoryKeyPassword: ${{ secrets.SIGNING_PASSWORD }}
3636

3737
- name: Publish to Github Packages
38-
run: ./gradlew amuze:publish
38+
run: ./gradlew amuze:assembleDebug
3939

4040
env:
4141
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/release.yml

+6
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ jobs:
1919
- name: Checkout code
2020
uses: actions/checkout@v4
2121

22+
- name: Setup JDK
23+
uses: actions/setup-java@v4
24+
with:
25+
distribution: 'adopt'
26+
java-version: '17'
27+
2228
#- name: Create Release
2329
# id: create_release
2430
#uses: actions/create-release@v1.1.4

0 commit comments

Comments
 (0)