Compare commits

..

1 Commits

Author SHA1 Message Date
Jeff McCune
79ce2f8458 (#113) Fix goreleaser try 3 2024-04-09 16:35:38 -07:00
2 changed files with 3 additions and 4 deletions

View File

@@ -34,6 +34,8 @@ 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
@@ -42,9 +44,6 @@ jobs:
make frontend
go mod tidy
- name: Find protoc-gen-connect-query
run: find / -name protoc-gen-connect-query
- name: Import GPG key
uses: crazy-max/ghaction-import-gpg@v6
with:

View File

@@ -1 +1 @@
3
4