Added a force statement to the "create release" workflow

This commit is contained in:
Mathias Wagner
2022-06-22 20:43:43 +02:00
parent 56a8535db7
commit db75683b82
+2 -2
View File
@@ -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