Skip to content

Commit 7d2e3e5

Browse files
committed
Modify workflow
1 parent 0e8ac76 commit 7d2e3e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
registry-url: 'https://registry.npmjs.org'
1515

1616
- name: Install dependencies
17-
run: npm ci
17+
run: npm install
1818

1919
- name: Inject version
2020
run: echo "PACKAGE_VERSION=$(git describe --tags)" >> $GITHUB_ENV

0 commit comments

Comments
 (0)