Skip to content

Commit

Permalink
release.yml checout version changed
Browse files Browse the repository at this point in the history
  • Loading branch information
ak1ra24 committed Jan 28, 2020
1 parent 995cb77 commit 52d58e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
id: go

- name: Check out code into the Go module directory
uses: actions/checkout@v1
uses: actions/checkout@master

- name: Build
env:
Expand All @@ -30,5 +30,6 @@ jobs:
export TAGNAME=$($GOPATH/bin/gobump show -r cmd/)
echo "DEBUG:" $TAGNAME
export CHANGELOG=$($GOPATH/bin/ghch -F markdown --latest)
echo "DEBUG:" $CHANGELOG
$GOPATH/bin/goxz -pv ${TAGNAME} -os=linux -arch=amd64 -d ./dist/v${TAGNAME}
$GOPATH/bin/ghr -n ${TAGNAME} -b ${CHANGELOG} -draft ${TAGNAME} goxz/

0 comments on commit 52d58e9

Please sign in to comment.