mirror of
https://github.com/on4kjm/FLEcli.git
synced 2025-01-18 21:01:10 +01:00
Place the version update at an other place in the CI action
This commit is contained in:
parent
4e8d0c69d9
commit
ff2bcc6ca0
1 changed files with 2 additions and 1 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -15,13 +15,14 @@ jobs:
|
|||
name: Build & Test
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Update version
|
||||
run: ./update-version.sh
|
||||
- uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: '^1.14.0'
|
||||
- run: go mod download
|
||||
- name: Build & Test
|
||||
run: |
|
||||
./update-version.sh
|
||||
go build -v .
|
||||
go test ./...
|
||||
- name: Run GoReleaser
|
||||
|
|
Loading…
Reference in a new issue