Skip to content

Commit

Permalink
Update workflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
io7m committed Jun 10, 2024
1 parent c08ab6d commit 896f2b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/android-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: Android CI (Authenticated)
on:
push:
branches: [ main ]
tags: [ 'org.thepalaceproject.drm.core-*' ]

jobs:
build:
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/android-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ jobs:
uses: actions/checkout@v4
- name: Checkout submodules
run: git submodule update --init --recursive
- name: Set up JDK 17
- name: set up JDK 17
uses: actions/setup-java@v4
with:
java-version: 17
distribution: temurin
- name: Finish release
run: .ci/ci-release-finish.sh --tag
run: .ci/ci-release-finish.sh
- name: Build
env:
MAVEN_CENTRAL_USERNAME: ${{ secrets.MAVEN_CENTRAL_USERNAME }}
Expand All @@ -23,5 +23,3 @@ jobs:
MAVEN_CENTRAL_SIGNING_KEY_ID: ${{ secrets.MAVEN_CENTRAL_SIGNING_KEY_ID }}
CI_GITHUB_ACCESS_TOKEN: ${{ secrets.CI_GITHUB_ACCESS_TOKEN }}
run: .ci/ci-main.sh normal
- name: Start next release
run: .ci/ci-release-start.sh

0 comments on commit 896f2b0

Please sign in to comment.