Skip to content

Commit

Permalink
build: update release script
Browse files Browse the repository at this point in the history
  • Loading branch information
mob-sakai committed Jul 29, 2020
1 parent 32b0828 commit 747a15e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/release.yml
Expand Up @@ -17,15 +17,17 @@ jobs:

- uses: actions/checkout@v2

- uses: actions/cache@v1
- uses: actions/cache@v2
with:
path: ${{ github.workspace }}/.nuget/packages
path: ~/.nuget/packages
key: ${{ runner.os }}-nuget
restore-keys: ${{ runner.os }}-nuget-

- uses: actions/cache@v1
- uses: actions/cache@v2
with:
path: ~/.npm
key: ${{ runner.os }}-node
restore-keys: ${{ runner.os }}-node-

- run: npm ci && npx semantic-release
env:
Expand Down

0 comments on commit 747a15e

Please sign in to comment.