Skip to content

Commit

Permalink
Attempt node build
Browse files Browse the repository at this point in the history
  • Loading branch information
kendru committed Jul 16, 2021
1 parent 780d4a7 commit c947afb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .github/workflows/perform-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,16 @@ jobs:
- uses: actions/setup-go@v2
with:
go-version: 1.16

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: 15.x
- run: npm ci
working-directory: gui
- run: npm run build
working-directory: gui

- name: Get version from VERSION file
id: get_version
run: echo ::set-output name=release_version::$(cat core/VERSION | tr -d '[:space:]')
Expand Down
2 changes: 1 addition & 1 deletion core/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2021.07.16_3
2021.07.16_4

0 comments on commit c947afb

Please sign in to comment.