mirror of
https://github.com/rive-app/rive-react.git
synced 2026-03-13 08:22:30 +08:00
Fix: Do npm install instead
This commit is contained in:
committed by
Zachary Plata
parent
4f37bbdb76
commit
2853851d52
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@@ -15,7 +15,7 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
run: npm install
|
||||
working-directory: ./
|
||||
- id: determine_version
|
||||
name: Get Version
|
||||
|
||||
Reference in New Issue
Block a user