mirror of
https://github.com/holos-run/holos.git
synced 2026-03-19 08:44:58 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
79ce2f8458 | ||
|
|
3d4ae44ddd |
10
.github/workflows/release.yaml
vendored
10
.github/workflows/release.yaml
vendored
@@ -34,6 +34,16 @@ jobs:
|
||||
with:
|
||||
go-version: stable
|
||||
|
||||
# Necessary to run these outside of goreleaser, otherwise
|
||||
# /home/runner/_work/holos/holos/internal/server/frontend/node_modules/.bin/protoc-gen-connect-query is not in PATH
|
||||
- name: Install Deps
|
||||
run: |
|
||||
make go-deps
|
||||
go generate ./...
|
||||
make frontend-deps
|
||||
make frontend
|
||||
go mod tidy
|
||||
|
||||
- name: Import GPG key
|
||||
uses: crazy-max/ghaction-import-gpg@v6
|
||||
with:
|
||||
|
||||
@@ -10,11 +10,8 @@ version: 1
|
||||
|
||||
before:
|
||||
hooks:
|
||||
- make go-deps
|
||||
- go generate ./...
|
||||
- make frontend-deps
|
||||
- make frontend
|
||||
- go mod tidy
|
||||
- go generate ./...
|
||||
|
||||
builds:
|
||||
- main: ./cmd/holos
|
||||
|
||||
@@ -1 +1 @@
|
||||
2
|
||||
4
|
||||
|
||||
Reference in New Issue
Block a user