File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -13,12 +13,13 @@ jobs:
1313 uses : actions/setup-go@v2
1414 with :
1515 go-version : 1.17
16- - name : reviewdog
17- uses : reviewdog/action-setup@v1
18- run : reviewdog -conf=.reviewdog.yml -reporter=github-pr-check
16+ # - name: reviewdog up
17+ # uses: reviewdog/action-setup@v1
18+ # - name: reviewdog
19+ # run: reviewdog -conf=.reviewdog.yml -reporter=local
1920 - name : build
2021 env :
21- TRAVIS_TAG : ${github.ref_name}
22+ RELEASE_VERSION : ${{ github.ref_name } }
2223 run : ./scripts/binary.sh darwin && ./scripts/binary.sh windows && ./scripts/binary.sh linux
2324 - name : update
2425 uses : softprops/action-gh-release@v1
Original file line number Diff line number Diff line change 11PLATFORM = ${ PLATFORM:-"TravisLinux" }
2- V = ${ VERSION :-$TRAVIS_TAG }
3- V = ${ VERSION :-"unknown-version"}
2+ V = ${ V :-$RELEASE_VERSION }
3+ V = ${ V :-"unknown-version"}
44GITCOMMIT = ${ GITCOMMIT:-$(git rev-parse --short HEAD 2> /dev/null || true) }
55BUILDTIME = ${ BUILDTIME:-$(date +'%Y-%m-%d %H:%M:%S %z') }
66VERSION = ` echo $V | sed 's/^v//g'`
You can’t perform that action at this time.
0 commit comments