Przeglądaj źródła

update update-release-pr job

Yuki Takei 4 lat temu
rodzic
commit
9e8737a66d
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      .github/workflows/draft-release.yml

+ 1 - 1
.github/workflows/draft-release.yml

@@ -57,6 +57,6 @@ jobs:
           GIT_PR_RELEASE_BRANCH_PRODUCTION: release/current
           GIT_PR_RELEASE_BRANCH_STAGING: master
           GIT_PR_RELEASE_TEMPLATE: .github/git-pr-release-template.erb
-          GIT_PR_RELEASE_TITLE: Release ${{ steps.release-version.outputs.RELEASE_VERSION }}
+          GIT_PR_RELEASE_TITLE: Release v${{ steps.release-version.outputs.RELEASE_VERSION }}
           GIT_PR_RELEASE_BODY: ${{ needs.update-release-draft.outputs.RELEASE_DRAFT_BODY }}