diff --git a/.github/workflows/perform-release.yaml b/.github/workflows/perform-release.yaml index c2a04ff29..52cc1300f 100644 --- a/.github/workflows/perform-release.yaml +++ b/.github/workflows/perform-release.yaml @@ -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:]') diff --git a/core/VERSION b/core/VERSION index 22969a006..097e1d94a 100644 --- a/core/VERSION +++ b/core/VERSION @@ -1 +1 @@ -2021.07.16_3 \ No newline at end of file +2021.07.16_4 \ No newline at end of file