Skip to content

Commit

Permalink
Increase fetch depth for release job
Browse files Browse the repository at this point in the history
  • Loading branch information
jdeppe-pivotal committed Jan 17, 2025
1 parent 573c52c commit 1da38b2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,16 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: '100'

- name: Set up JDK 8
uses: actions/setup-java@v4
with:
java-version: '8'
distribution: 'liberica'

- name: Build and Test
- name: Release
shell: bash
env:
COMMERCIAL_MAVEN_USERNAME: ${{ secrets.COMMERCIAL_MAVEN_USERNAME }}
Expand Down

0 comments on commit 1da38b2

Please sign in to comment.