Skip to content

Commit

Permalink
Revert "modified workflow"
Browse files Browse the repository at this point in the history
This reverts commit d5150ba.
  • Loading branch information
tanya732 committed Oct 31, 2024
1 parent 9bc85d5 commit 0c9870c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/maven-publish/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ inputs:
required: true
java-version:
required: true
is-android:
required: true
version:
required: true

runs:
using: composite
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/java-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
java-version:
required: true
type: string
is-android:
required: true
type: string
secrets:
ossr-username:
required: true
Expand Down Expand Up @@ -67,6 +70,8 @@ jobs:
- uses: ./.github/actions/maven-publish
with:
java-version: ${{ inputs.java-version }}
is-android: ${{ inputs.is-android }}
version: ${{ steps.get_version.outputs.version }}
ossr-username: ${{ secrets.ossr-username }}
ossr-password: ${{ secrets.ossr-password }}
signing-key: ${{ secrets.signing-key }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
uses: ./.github/workflows/java-release.yml
with:
java-version: 8.0.382-tem
is-android: false
secrets:
ossr-username: ${{ secrets.OSSR_USERNAME }}
ossr-password: ${{ secrets.OSSR_PASSWORD }}
Expand Down

0 comments on commit 0c9870c

Please sign in to comment.