Skip to content

Commit

Permalink
Merge pull request #451 from resilient-tech/mergify/bp/version-14/pr-450
Browse files Browse the repository at this point in the history
ci: correct node version, allow workflow dispatch for releases (backport #450)
  • Loading branch information
sagarvora authored Jan 11, 2023
2 parents 8dc9a25 + d1b39c8 commit b69aa6b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/on_release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

name: Generate Semantic Release
on:
workflow_dispatch:
push:
branches:
- version-14
Expand All @@ -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: |
Expand All @@ -31,4 +32,4 @@ jobs:
GIT_AUTHOR_EMAIL: "[email protected]"
GIT_COMMITTER_NAME: "India Compliance Bot"
GIT_COMMITTER_EMAIL: "[email protected]"
run: npx semantic-release
run: npx semantic-release

0 comments on commit b69aa6b

Please sign in to comment.