Skip to content

Commit

Permalink
fix checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasKunz committed Nov 20, 2024
1 parent 4e7d635 commit 3134630
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-step-3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,9 @@ jobs:
outputs:
notes: ${{ steps.print_release_notes.outputs.notes }}
steps:
- uses: actions/checkout@v4
with:
ref: ${{ inputs.ref }}
- name: Setup Gradle
uses: ./.github/workflows/gradle-goal
with:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/test-changelog-generation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
outputs:
notes: ${{ steps.print_release_notes.outputs.notes }}
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Gradle
uses: ./.github/workflows/gradle-goal
with:
Expand All @@ -33,6 +35,8 @@ jobs:
needs:
- generate-release-notes
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Create GitHub Release
env:
GH_TOKEN: ${{ github.token }}
Expand Down

0 comments on commit 3134630

Please sign in to comment.