1
0
Fork 0
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:
Jean-Marc MEESSEN 2020-07-18 22:06:45 +02:00
parent ff2bcc6ca0
commit ec01766a8c

View file

@ -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'