Skip to content

Commit 660249c

Browse files
committed
ci: updated release action
1 parent 56b0180 commit 660249c

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,20 @@ on:
55
branches: [master, beta]
66

77
jobs:
8-
release:
9-
name: Release
8+
ci:
109
runs-on: ubuntu-latest
1110

1211
steps:
1312
- name: Checkout
1413
uses: actions/checkout@v3
15-
- name: Use Node.js ${{ matrix.node-version }}
14+
with:
15+
fetch-depth: 0
16+
- name: Use Node.js
1617
uses: actions/setup-node@v3
1718
with:
18-
node-version: 16.x
19+
node-version: 16
1920
- name: Install dependencies
20-
run: npm ci
21+
run: npx ci
2122
- name: Install semantic-release extra plugins
2223
run: npm install --save-dev @semantic-release/changelog @semantic-release/git
2324
- name: Lint

0 commit comments

Comments
 (0)