Skip to content

Commit

Permalink
ci: Change release process on build & makefile cmd for developmen…
Browse files Browse the repository at this point in the history
…t procsess
  • Loading branch information
kenriortega committed Nov 6, 2021
1 parent 81a4b21 commit da6025c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 57 deletions.
56 changes: 0 additions & 56 deletions .github/workflows/release.yml

This file was deleted.

3 changes: 3 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ archives:
windows: Windows
386: i386
amd64: x86_64
files:
- README.md
- ngonx.yaml
checksum:
name_template: 'checksums.txt'
snapshot:
Expand Down
6 changes: 5 additions & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,8 @@ grpcsvr:
grpccli:
go run examples/calculator/calc_client/client.go
releaser:
goreleaser release --snapshot --rm-dist
goreleaser release --snapshot --rm-dist


build-ui:
cd web && yarn build

0 comments on commit da6025c

Please sign in to comment.