Skip to content

Commit

Permalink
one more try to fix release action (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
morisil authored Aug 29, 2024
1 parent 660c3bb commit 69a5957
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,5 @@ jobs:
uses: peter-evans/create-pull-request@v6
with:
token: ${{ secrets.WORKFLOW_SECRET }}
commit-message: README.md gradle dependencies update to ${{ VERSION }}
title: PR Action - README.md gradle dependencies update to ${{ VERSION }}
commit-message: README.md gradle dependencies update to ${{ env.VERSION }}
title: PR Action - README.md gradle dependencies update to ${{ env.VERSION }}

0 comments on commit 69a5957

Please sign in to comment.