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.
2 parents dae4e39 + 43c1556 commit aa9800eCopy full SHA for aa9800e
.github/workflows/deploy.yml
@@ -22,10 +22,12 @@ jobs:
22
- uses: actions/checkout@v2
23
with:
24
persist-credentials: false
25
+
26
- name: Setup Node.js
27
uses: actions/setup-node@v1
28
- node-version: 12
29
+ node-version: 14
30
31
- name: Install Semantic Release dependencies
32
run: |
33
sudo apt-get install bumpversion
@@ -36,6 +38,7 @@ jobs:
36
38
npm install -g @semantic-release/github
37
39
npm install -g @semantic-release/commit-analyzer
40
npm install -g @semantic-release/release-notes-generator
41
42
- name: Publish to Git Releases and Tags
43
env:
44
GH_TOKEN: ${{ secrets.GH_TOKEN }}
0 commit comments