We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2130989 commit d9dfdd7Copy full SHA for d9dfdd7
1 file changed
.github/workflows/release.yml
@@ -28,8 +28,6 @@ jobs:
28
29
- name: Setup Node.js
30
uses: actions/setup-node@v1
31
- with:
32
- node-version: 13
33
34
- name: Add plugin for conventional commits
35
run: npm install conventional-changelog-conventionalcommits
@@ -39,7 +37,7 @@ jobs:
39
37
run: npm install @semantic-release/exec -D
40
38
working-directory: ./.github/workflows
41
42
- - name: Dry Run Semantic to get next Version nummber
+ - name: Dry Run Semantic to get next Version number
43
44
env:
45
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
0 commit comments