Skip to content

Commit

Permalink
Checkout in before/after release actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Ladicek committed Oct 23, 2024
1 parent 1ef21e0 commit b2bd5d2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
if: ${{ github.event.pull_request.merged == true}}

steps:
- name: Checkout
uses: actions/checkout@v4

- name: Before release
run: |
java -version
Expand Down Expand Up @@ -47,6 +50,9 @@ jobs:
if: ${{ github.event.pull_request.merged == true}}

steps:
- name: Checkout
uses: actions/checkout@v4

- name: After release
run: |
git config --global user.name "SmallRye CI"
Expand Down

0 comments on commit b2bd5d2

Please sign in to comment.