Skip to content

Commit

Permalink
Try to get release job to include latest changes
Browse files Browse the repository at this point in the history
  • Loading branch information
bigdaz committed May 9, 2024
1 parent dd8db85 commit af85275
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/gradle-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: main # Include the changes commmited in the previous job

- uses: actions/checkout@v4
with:
Expand All @@ -55,6 +57,7 @@ jobs:
uses: peter-evans/create-pull-request@v6
with:
branch: bot/develocity-injection-init-script-update
delete-branch: true
commit-message: 'Update develocity-injection init script to ${{ inputs.version }}'
title: 'Update develocity-injection init script'
path: actions
Expand Down

0 comments on commit af85275

Please sign in to comment.