mirror of
https://github.com/on4kjm/FLEcli.git
synced 2025-01-31 06:51:02 +01:00
Remove version update from CI
This commit is contained in:
parent
ff2bcc6ca0
commit
ec01766a8c
1 changed files with 1 additions and 2 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -1,3 +1,4 @@
|
|||
#Continuous integration action
|
||||
name: Go Build & Test
|
||||
on:
|
||||
push:
|
||||
|
@ -15,8 +16,6 @@ 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'
|
||||
|
|
Loading…
Reference in a new issue