Skip to content

Commit 2360175

Browse files
committed
fix
1 parent e8ca799 commit 2360175

File tree

3 files changed

+828
-1245
lines changed

3 files changed

+828
-1245
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,8 @@ jobs:
1818
crate: semantic-release-rust
1919
version: 1.0.0-alpha.6
2020
use-tool-cache: true
21-
- uses: actions/cache@v2
22-
with:
23-
path: ~/.npm
24-
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
25-
restore-keys: |
26-
${{ runner.os }}-node-
27-
- uses: actions/setup-node@v2-beta
28-
with:
29-
node-version: '12'
30-
- run: npm install --save-dev semantic-release@15
21+
- uses: bahmutov/npm-install@v1
22+
- run: npm ci
3123
- name: Release
3224
env:
3325
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)