File tree Expand file tree Collapse file tree 3 files changed +6
-41
lines changed
Expand file tree Collapse file tree 3 files changed +6
-41
lines changed Original file line number Diff line number Diff line change 2020 runs-on : ubuntu-latest
2121 steps :
2222 - name : Checkout
23- uses : actions/checkout@v2
23+ uses : actions/checkout@v3
2424 with :
2525 fetch-depth : 0
2626
Original file line number Diff line number Diff line change @@ -11,15 +11,15 @@ jobs:
1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Checkout
14- uses : actions/checkout@v2
14+ uses : actions/checkout@v3
1515 with :
1616 ssh-key : " ${{ secrets.COMMIT_KEY }}"
1717
1818 # setting up Node
1919 - name : Setup Node.js
20- uses : actions/setup-node@v2
20+ uses : actions/setup-node@v3
2121 with :
22- node-version : 14
22+ node-version : 18
2323
2424 # disable package-lock.json to stop it being created
2525 - name : Disable package-lock.json
@@ -116,15 +116,8 @@ jobs:
116116 }
117117 }],
118118 "@semantic-release/changelog",
119- "@semantic-release/github",
120- [
121- "@semantic-release/git",
122- {
123- "assets": "CHANGELOG.md",
124- "message": "ci(release): \${nextRelease.version}\n\n\${nextRelease.notes}"
125- }
126- ]
119+ "@semantic-release/github"
127120 ]
128121 }
129122 EOF
130- npx semantic-release@v17.4.2
123+ npx semantic-release@v21.0.7
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments