Skip to content

Commit

Permalink
Merge pull request #13 from gnmyt/development
Browse files Browse the repository at this point in the history
GitHub release fix
  • Loading branch information
gnmyt authored Jun 22, 2022
2 parents 2d15eeb + db75683 commit 574373d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 574373d

Please sign in to comment.