Skip to content

Commit

Permalink
v0.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
usual2970 committed Sep 26, 2024
1 parent 1fbe6b5 commit 46080b3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@ jobs:
with:
fetch-depth: 0

- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 20.11.0
# - name: Set up Node.js
# uses: actions/setup-node@v4
# with:
# node-version: 20.11.0

- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: ">=1.22.5"

- name: Build Admin dashboard UI
run: npm --prefix=./ui ci && npm --prefix=./ui run build
# - name: Build Admin dashboard UI
# run: npm --prefix=./ui ci && npm --prefix=./ui run build

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v3
Expand Down

0 comments on commit 46080b3

Please sign in to comment.