Skip to content

Commit

Permalink
chore: remove duplicate checkout step (#180)
Browse files Browse the repository at this point in the history
remove duplicate checkout set

Signed-off-by: Michael Beemer <[email protected]>
  • Loading branch information
beeme1mr authored Jan 17, 2023
1 parent e75a6f6 commit 86c2be6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ jobs:
if: ${{ steps.release.outputs.releases_created }}
uses: actions/checkout@v3

- name: Checkout Repository
if: ${{ steps.release.outputs.releases_created }}
uses: actions/checkout@v3

- name: Set up JDK 8
if: ${{ steps.release.outputs.releases_created }}
uses: actions/setup-java@v3
Expand Down

0 comments on commit 86c2be6

Please sign in to comment.