mirror of
https://github.com/LBRYFoundation/herald.go.git
synced 2025-09-30 15:10:33 +00:00
ang again
This commit is contained in:
parent
9231efd91f
commit
15baa7a428
3 changed files with 6 additions and 3 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
@ -10,6 +10,7 @@ jobs:
|
|||
- uses: actions/setup-go@v2.1.3
|
||||
with:
|
||||
go-version: 1.16.5
|
||||
- run: go get google.golang.org/protobuf/cmd/protoc-gen-python google.golang.org/grpc/cmd/protoc-gen-python-grpc
|
||||
- run: pip install grpcio grpcio-tools
|
||||
- run: go get github.com/golang/protobuf/protoc-gen-go google.golang.org/grpc/cmd/protoc-gen-go-grpc
|
||||
- run: go build .
|
||||
- run: ./protobuf/build.sh
|
||||
|
|
3
.github/workflows/draft-release.yml
vendored
3
.github/workflows/draft-release.yml
vendored
|
@ -14,5 +14,6 @@ jobs:
|
|||
with:
|
||||
python-version: '3.8'
|
||||
architecture: 'x64'
|
||||
- run: go get google.golang.org/protobuf/cmd/protoc-gen-python google.golang.org/grpc/cmd/protoc-gen-python-grpc
|
||||
- run: pip install grpcio grpcio-tools
|
||||
- run: go get github.com/golang/protobuf/protoc-gen-go google.golang.org/grpc/cmd/protoc-gen-go-grpc
|
||||
- run: python3 scripts/version.py current --commit # creates a draft release
|
||||
|
|
3
.github/workflows/full-release.yml
vendored
3
.github/workflows/full-release.yml
vendored
|
@ -15,5 +15,6 @@ jobs:
|
|||
with:
|
||||
python-version: '3.8'
|
||||
architecture: 'x64'
|
||||
- run: go get google.golang.org/protobuf/cmd/protoc-gen-python google.golang.org/grpc/cmd/protoc-gen-python-grpc
|
||||
- run: pip install grpcio grpcio-tools
|
||||
- run: go get github.com/golang/protobuf/protoc-gen-go google.golang.org/grpc/cmd/protoc-gen-go-grpc
|
||||
- run: python3 scripts/version.py current --commit --commit --commit
|
Loading…
Add table
Reference in a new issue