Skip to content

Commit b322208

Browse files
author
wokamoto
authored
Merge pull request #4 from plastikdreams/golang-version-18
Update release.yml
2 parents cefb52f + 42f08e1 commit b322208

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,5 @@ jobs:
7474
export CREATE_EVENT_REF_TYPE=$(jq --raw-output .ref_type "$GITHUB_EVENT_PATH")
7575
export TAGNAME=$(jq --raw-output .ref "$GITHUB_EVENT_PATH")
7676
# install ghr, then upload archve.
77-
go get -u github.com/tcnksm/ghr
77+
go install -u github.com/tcnksm/ghr
7878
${GOPATH}/bin/ghr -b "${PACKAGE_NAME} ${TAGNAME}" -replace ${TAGNAME} ${PACKAGE_NAME}.zip

0 commit comments

Comments
 (0)