mirror of
https://github.com/gnmyt/myspeed.git
synced 2026-05-04 11:10:12 -05:00
Added a force statement to the "create release" workflow
This commit is contained in:
@@ -18,8 +18,8 @@ jobs:
|
||||
with:
|
||||
node-version: '16'
|
||||
|
||||
- run: cd client && npm install
|
||||
- run: npm run build && mv client/build . && npm install
|
||||
- run: cd client && npm install --force
|
||||
- run: npm run build && mv client/build . && npm install --force
|
||||
|
||||
- name: Get version
|
||||
id: get_version
|
||||
|
||||
Reference in New Issue
Block a user