We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ac3e5c commit 39acc59Copy full SHA for 39acc59
1 file changed
.github/workflows/deploy.yml
@@ -30,7 +30,7 @@ jobs:
30
package-manager-cache: false
31
32
- name: Install
33
- run: npm ci --force
+ run: npm install
34
35
- name: Set version
36
run: npm pkg set version="$(date +"%y.%m.%d")-$(git rev-parse --short HEAD)"
0 commit comments