From b849f09fd04c195ca95e2ac9571dae10775b9ab7 Mon Sep 17 00:00:00 2001 From: gbockus-sf <76090802+gbockus-sf@users.noreply.github.com> Date: Tue, 15 Nov 2022 16:44:05 -0600 Subject: [PATCH] ci: update manual release GHA in include yarn step --- .github/workflows/startManualRelease.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/startManualRelease.yml b/.github/workflows/startManualRelease.yml index 3e8ee3a5..5822059c 100644 --- a/.github/workflows/startManualRelease.yml +++ b/.github/workflows/startManualRelease.yml @@ -14,6 +14,7 @@ jobs: - uses: actions/checkout@v3 with: token: ${{ secrets.IDEE_GH_TOKEN }} + - run: yarn - name: Conventional Changelog Action id: changelog uses: TriPSs/conventional-changelog-action@d360fad3a42feca6462f72c97c165d60a02d4bf2 @@ -34,4 +35,4 @@ jobs: with: tag_name: ${{ steps.changelog.outputs.tag }} release_name: ${{ steps.changelog.outputs.tag }} - body: ${{ steps.changelog.outputs.clean_changelog }} \ No newline at end of file + body: ${{ steps.changelog.outputs.clean_changelog }}