We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cefb52f + 42f08e1 commit b322208Copy full SHA for b322208
1 file changed
.github/workflows/release.yml
@@ -74,5 +74,5 @@ jobs:
74
export CREATE_EVENT_REF_TYPE=$(jq --raw-output .ref_type "$GITHUB_EVENT_PATH")
75
export TAGNAME=$(jq --raw-output .ref "$GITHUB_EVENT_PATH")
76
# install ghr, then upload archve.
77
- go get -u github.com/tcnksm/ghr
+ go install -u github.com/tcnksm/ghr
78
${GOPATH}/bin/ghr -b "${PACKAGE_NAME} ${TAGNAME}" -replace ${TAGNAME} ${PACKAGE_NAME}.zip
0 commit comments