We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 360eb59 commit d3921f2Copy full SHA for d3921f2
1 file changed
.github/workflows/release.yml
@@ -74,8 +74,8 @@ jobs:
74
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
75
run: |
76
# https://help.github.com/en/articles/virtual-environments-for-github-actions#token-permissions
77
- echo "GITHUB_ACTOR: ${GITHUB_ACTOR}"
78
- GITHUB_USER=${GITHUB_ACTOR}; hub release edit \
+ export GITHUB_USER=${GITHUB_ACTOR}
+ hub release edit \
79
"${TAG_NAME}" \
80
-m "" \
81
-a ./release/github-darwin-amd64 \
0 commit comments