Skip to content

Commit

Permalink
ci: build latest-dev with script (#1005)
Browse files Browse the repository at this point in the history
currently `latest-dev` package is not built with version set and displays `v0.0.0-unknown`
  • Loading branch information
piksel committed Jun 29, 2021
1 parent e396711 commit 2f33620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
go-version: 1.15
- name: Build
run: go build -v ./...
run: ./build.sh
test:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 2f33620

Please sign in to comment.