Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
conblem committed Oct 12, 2020
1 parent e8ca799 commit 2360175
Show file tree
Hide file tree
Showing 3 changed files with 828 additions and 1,245 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,8 @@ jobs:
crate: semantic-release-rust
version: 1.0.0-alpha.6
use-tool-cache: true
- uses: actions/cache@v2
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-
- uses: actions/setup-node@v2-beta
with:
node-version: '12'
- run: npm install --save-dev semantic-release@15
- uses: bahmutov/npm-install@v1
- run: npm ci
- name: Release
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
Loading

0 comments on commit 2360175

Please sign in to comment.