Skip to content

Commit

Permalink
Run installDist
Browse files Browse the repository at this point in the history
  • Loading branch information
pankalog committed Feb 8, 2024
1 parent 34e4065 commit 2f4f34d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,18 @@ jobs:
id: git_version
run: echo "GIT_DEPLOYMENT_VERSION=$(git rev-parse --short HEAD)" >> $GITHUB_ENV

- name: Set up JDK 11
uses: actions/setup-java@v2
with:
java-version: '17'
distribution: 'adopt'

- name: Grant execute permission for gradlew
run: chmod +x ./gradlew

- name: Clean and Install Distribution
run: ./gradlew clean installDist

- name: Build and push Fleet Deployment Image
uses: docker/build-push-action@v2
with:
Expand Down

0 comments on commit 2f4f34d

Please sign in to comment.