Skip to content

Commit

Permalink
fix: error on npm ci
Browse files Browse the repository at this point in the history
  • Loading branch information
hrenaud committed Aug 4, 2024
1 parent 2ac8e3a commit 1e29fbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
key: ${{ runner.os }}-modules-${{ hashFiles('package-lock.lock') }}
restore-keys: |
${{ runner.os }}-modules-
- run: npm ci
- run: npm install
- name: Debug token
run: echo ${GITHUB_TOKEN:0:3}
env:
Expand Down

0 comments on commit 1e29fbf

Please sign in to comment.