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 2bcabff commit 1e9bd50Copy full SHA for 1e9bd50
.github/workflows/release.yml
@@ -9,7 +9,7 @@ on:
9
jobs:
10
release:
11
name: Release
12
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-latest
13
steps:
14
- name: Checkout
15
uses: actions/checkout@v2
@@ -18,7 +18,7 @@ jobs:
18
- name: Setup Node.js
19
uses: actions/setup-node@v1
20
with:
21
- node-version: 17
+ node-version: 20
22
- name: Install jq yq
23
run: |
24
sudo wget https://github.com/stedolan/jq/releases/download/jq-1.6/jq-linux64 -O /usr/bin/jq &&\
@@ -28,7 +28,7 @@ jobs:
28
yq --version
29
- name: Install gitmoji-semver
30
31
- git clone https://github.com/nkmr-jp/gitmoji-semver -b v2.0.1
+ git clone https://github.com/nkmr-jp/gitmoji-semver -b v2.0.5
32
- name: Generate semantic-release configs
33
working-directory: ./gitmoji-semver
34
0 commit comments