diff --git a/.github/workflows/create-version-tag.yaml b/.github/workflows/create-version-tag.yaml index 6678dc8f..26a550c8 100644 --- a/.github/workflows/create-version-tag.yaml +++ b/.github/workflows/create-version-tag.yaml @@ -13,4 +13,4 @@ jobs: CARGO_NET_GIT_FETCH_WITH_CLI: "true" steps: - - run: echo ${{ github.head_commit.message }} + - run: echo ${{ github.event.pull_request.title }}