Skip to content

Commit

Permalink
Prepare release workflow for 2.x release (helidon-io#7880)
Browse files Browse the repository at this point in the history
  • Loading branch information
barchetta authored Oct 24, 2023
1 parent 4c6bcde commit d82d24a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: "Release"
on:
push:
branches:
- 'test-release-*'
- 'release-*'
env:
JAVA_VERSION: '11'
JAVA_DISTRO: 'temurin'
Expand All @@ -25,7 +25,7 @@ jobs:
with:
fetch-depth: 0
- name: Set up JDK ${{ env.JAVA_VERSION }}
uses: actions/setup-java@v3.11.0
uses: actions/setup-java@v3.13.0
with:
distribution: ${{ env.JAVA_DISTRO }}
java-version: ${{ env.JAVA_VERSION }}
Expand All @@ -41,8 +41,8 @@ jobs:
with:
token: ${{ secrets.SERVICE_ACCOUNT_TOKEN }}
fetch-depth: '0'
- name: Set up JDK 17
uses: actions/setup-java@v3.11.0
- name: Set up JDK ${{ env.JAVA_VERSION }}
uses: actions/setup-java@v3.13.0
with:
distribution: ${{ env.JAVA_DISTRO }}
java-version: ${{ env.JAVA_VERSION }}
Expand All @@ -61,6 +61,6 @@ jobs:
- name: Upload Staged Artifacts
uses: actions/upload-artifact@v3
with:
name: io-helidon-staged-artifacts
name: io-helidon-artifacts-${{ github.ref_name }}
path: parent/target/nexus-staging/
retention-days: 90

0 comments on commit d82d24a

Please sign in to comment.