mirror of
https://github.com/usual2970/certimate.git
synced 2025-06-07 21:19:51 +00:00
build: config goreleaser
This commit is contained in:
parent
5edae845cb
commit
b122bbced9
11
.github/workflows/release.yml
vendored
11
.github/workflows/release.yml
vendored
@ -25,7 +25,16 @@ jobs:
|
||||
go-version-file: "go.mod"
|
||||
|
||||
- name: Build WebUI
|
||||
run: npm --prefix=./ui ci && npm --prefix=./ui run build
|
||||
run: |
|
||||
npm --prefix=./ui ci
|
||||
npm --prefix=./ui run build
|
||||
npm cache clean --force
|
||||
rm -rf ./ui/node_modules
|
||||
|
||||
- name: Check disk usage
|
||||
run: |
|
||||
df -h
|
||||
du -sh /opt/hostedtoolcache/go/*
|
||||
|
||||
- name: Run GoReleaser
|
||||
uses: goreleaser/goreleaser-action@v5
|
||||
|
Loading…
x
Reference in New Issue
Block a user