Skip to content

Commit

Permalink
Merge pull request #457 from Ladicek/new-release-workflow
Browse files Browse the repository at this point in the history
Checkout in before/after release actions
  • Loading branch information
Ladicek authored Oct 23, 2024
2 parents 0ec739f + b2bd5d2 commit c58e7c0
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 c58e7c0

Please sign in to comment.