There was an error while loading. Please reload this page.
1 parent c585f3b commit aba4d02Copy full SHA for aba4d02
.github/workflows/release.yml
@@ -47,7 +47,7 @@ jobs:
47
node-version-file: .nvmrc
48
registry-url: 'https://registry.npmjs.org'
49
- run: npm install -g npm@latest
50
- - run: npm ci
+ - run: npm install
51
- run: npm config set git-tag-version=false
52
- run: npm version ${{ github.event.release.tag_name }}
53
- run: npm run build --if-present
0 commit comments