We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8662509 commit 2660087Copy full SHA for 2660087
2 files changed
.github/workflows/draft_new_hotfix.yml
@@ -14,6 +14,9 @@ jobs:
14
steps:
15
- uses: actions/checkout@v3
16
17
+ - name: Install Node modules
18
+ run: npm ci
19
+
20
- name: Create hotfix branch
21
run: git checkout -b hotfix/${{ github.event.inputs.version }}
22
.github/workflows/draft_new_release.yml
- name: Create release branch
run: git checkout -b release/${{ github.event.inputs.version }}
0 commit comments