From d1b39c8409f403f9fd644d82eb79a16b146606cc Mon Sep 17 00:00:00 2001 From: Sagar Vora Date: Wed, 11 Jan 2023 08:27:09 +0000 Subject: [PATCH] ci: correct node version, allow dispatch for releases (#450) (cherry picked from commit 4609ab759e6ab44b87d85b79461c12f764fb2574) --- .github/workflows/on_release.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/on_release.yml b/.github/workflows/on_release.yml index 0b3410c93..6feed6775 100644 --- a/.github/workflows/on_release.yml +++ b/.github/workflows/on_release.yml @@ -1,6 +1,7 @@ name: Generate Semantic Release on: + workflow_dispatch: push: branches: - version-14 @@ -18,7 +19,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v2 with: - node-version: 16 + node-version: 18 - name: Setup dependencies run: | @@ -31,4 +32,4 @@ jobs: GIT_AUTHOR_EMAIL: "bot@indiacompliance.app" GIT_COMMITTER_NAME: "India Compliance Bot" GIT_COMMITTER_EMAIL: "bot@indiacompliance.app" - run: npx semantic-release \ No newline at end of file + run: npx semantic-release