Skip to content

Commit

Permalink
Chore(skip-release): Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sbouchet authored Oct 30, 2023
1 parent 2dad1e4 commit 3add55e
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v1
- uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: 11
java-version: 17
distribution: 'temurin'
cache: 'gradle'
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
Expand Down Expand Up @@ -46,4 +48,4 @@ jobs:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: '${{ github.workspace }}/build/distributions/com.redhat.devtools.intellij.tekton-${{ steps.get_version.outputs.VERSION }}.zip'
asset_name: 'Tekton-Pipelines-by-Red-Hat-${{ steps.get_version.outputs.VERSION }}.zip'
asset_content_type: application/zip
asset_content_type: application/zip

0 comments on commit 3add55e

Please sign in to comment.