update build release
This commit is contained in:
@@ -12,6 +12,23 @@ permissions:
|
||||
# issues: write
|
||||
|
||||
jobs:
|
||||
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Install npm dependencies
|
||||
run: npm i
|
||||
|
||||
- name: Run npm build
|
||||
run: cd /web && npm run build
|
||||
|
||||
- name: Check build static
|
||||
run: cd /web && ls -la
|
||||
|
||||
goreleaser:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user