set ver
This commit is contained in:
parent
f29e22bf64
commit
cbf71b339d
1 changed files with 4 additions and 5 deletions
9
.github/workflows/go.yml
vendored
9
.github/workflows/go.yml
vendored
|
|
@ -25,10 +25,9 @@ jobs:
|
|||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Dep
|
||||
run: |
|
||||
set -e
|
||||
go version
|
||||
- uses: dotnet/nbgv@master
|
||||
with:
|
||||
setAllVars: true
|
||||
|
||||
- name: fmt
|
||||
run: |
|
||||
|
|
@ -57,4 +56,4 @@ jobs:
|
|||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: |
|
||||
gh release create -d --generate-notes v$NBGV_SimpleVersion
|
||||
gh release create -d --generate-notes v$NBGV_SimpleVersion
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue