We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e8ac76 commit 7d2e3e5Copy full SHA for 7d2e3e5
.github/workflows/publish.yml
@@ -14,7 +14,7 @@ jobs:
14
registry-url: 'https://registry.npmjs.org'
15
16
- name: Install dependencies
17
- run: npm ci
+ run: npm install
18
19
- name: Inject version
20
run: echo "PACKAGE_VERSION=$(git describe --tags)" >> $GITHUB_ENV
0 commit comments