Skip to content

Commit

Permalink
update release script
Browse files Browse the repository at this point in the history
  • Loading branch information
robfletcher committed Jun 18, 2024
1 parent 6d65487 commit 3526cbb
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v3
- name: Set up Java
uses: actions/setup-java@v1
uses: actions/setup-java@v3
with:
distribution: zulu
java-version: 17
- name: Publish to Sonatype
run: ./gradlew -Pversion=${GITHUB_REF:11} publish
Expand All @@ -34,10 +35,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v3
- name: Set up Java
uses: actions/setup-java@v1
uses: actions/setup-java@v3
with:
distribution: zulu
java-version: 11
- name: Publish site
run: ./gradlew -Pversion=${GITHUB_REF:11} -Penv=prod :site:orchidDeploy
Expand Down

0 comments on commit 3526cbb

Please sign in to comment.