Skip to content

Commit

Permalink
fix(release): good use of restore cache for deploying.. last time
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinezanardi committed Mar 17, 2023
1 parent 3ea8475 commit e6eff61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ jobs:
steps:
- name: Checkout GitHub repository 馃摗
uses: actions/checkout@v3
with:
persist-credentials: false
- name: Setup NodeJS v18 鈿欙笍
uses: actions/setup-node@v3
with:
Expand All @@ -38,6 +36,8 @@ jobs:
steps:
- name: Checkout GitHub repository 馃摗
uses: actions/checkout@v3
with:
persist-credentials: false
- name: Setup NodeJS v18 鈿欙笍
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit e6eff61

Please sign in to comment.