Skip to content

Commit 9e0ee5a

Browse files
authored
fix(ci): bump cache action version in release workflow
1 parent 5ca4d7e commit 9e0ee5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/github-actions/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/setup-node@v2
1414
with:
1515
node-version: 12
16-
- uses: actions/cache@v1
16+
- uses: actions/cache@v2
1717
with:
1818
path: ~/.npm
1919
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
@@ -23,4 +23,4 @@ jobs:
2323
- run: npx semantic-release
2424
env:
2525
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
26-
NPM_TOKEN: ${{ secrets.__npmTokenSecretName__ }}
26+
NPM_TOKEN: ${{ secrets.__npmTokenSecretName__ }}

0 commit comments

Comments
 (0)