File tree Expand file tree Collapse file tree 4 files changed +2911
-8223
lines changed
semantic-release-template Expand file tree Collapse file tree 4 files changed +2911
-8223
lines changed Original file line number Diff line number Diff line change 1616 - name : Setup Node.js
1717 uses : actions/setup-node@v1
1818 with :
19- node-version : 12
19+ node-version : 20
2020 - name : Install jq yq
2121 run : |
2222 sudo wget https://github.com/stedolan/jq/releases/download/jq-1.6/jq-linux64 -O /usr/bin/jq &&\
Original file line number Diff line number Diff line change 9191 - name: Setup Node.js
9292 uses: actions/setup-node@v1
9393 with:
94- node-version: 12
94+ node-version: 20
9595 - name: Install jq yq
9696 run: |
9797 sudo wget https://github.com/stedolan/jq/releases/download/jq-1.6/jq-linux64 -O /usr/bin/jq &&\
@@ -101,7 +101,7 @@ jobs:
101101 yq --version
102102 - name: Install gitmoji-semver
103103 run: |
104- git clone https://github.com/nkmr-jp/gitmoji-semver -b v2.0.4
104+ git clone https://github.com/nkmr-jp/gitmoji-semver -b v2.0.5
105105 - name: Generate semantic-release configs
106106 working-directory: ./gitmoji-semver
107107 run: |
You can’t perform that action at this time.
0 commit comments