Removed the npm install statement from the create_release workflow

This commit is contained in:
Mathias
2022-08-09 01:03:19 +02:00
parent d9a60aab9a
commit c250abf674
+1 -1
View File
@@ -19,7 +19,7 @@ jobs:
node-version: '16'
- run: cd client && npm install --force
- run: npm run build && mv client/build . && npm install --force
- run: npm run build && mv client/build .
- name: Get version
id: get_version