diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 3816e69..2f67cd7 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -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 }}