Skip to content

Commit

Permalink
Update sumocli-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wizedkyle authored Jul 19, 2021
1 parent e7245f0 commit fbd23bb
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/sumocli-build.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
name: Sumocli Build and Release

env:
GOVERSION: '1.16.6'

on:
push:
tags:
Expand Down Expand Up @@ -37,7 +34,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: env.GOVERSION
go-version: '1.16.6'
- name: Setup Dotnet
uses: actions/setup-dotnet@v1
with:
Expand Down Expand Up @@ -97,7 +94,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: env.GOVERSION
go-version: '1.16.6'
- name: Set Version Variable
run: |
echo "TAG=${GITHUB_REF/refs\/tags\/}" >> $GITHUB_ENV
Expand Down Expand Up @@ -138,7 +135,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: env.GOVERSION
go-version: '1.16.6'
- name: Set Version Variable
run: |
echo "TAG=${GITHUB_REF/refs\/tags\/}" >> $GITHUB_ENV
Expand Down Expand Up @@ -208,7 +205,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: env.GOVERSION
go-version: '1.16.6'
- name: Set Version Variable
run: |
echo "TAG=${GITHUB_REF/refs\/tags\/}" >> $GITHUB_ENV
Expand Down

0 comments on commit fbd23bb

Please sign in to comment.