Skip to content

Commit d3921f2

Browse files
author
Sébastien HOUZÉ
committed
fix(cd): misuse of hub to upload assets
1 parent 360eb59 commit d3921f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ jobs:
7474
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7575
run: |
7676
# 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 \
77+
export GITHUB_USER=${GITHUB_ACTOR}
78+
hub release edit \
7979
"${TAG_NAME}" \
8080
-m "" \
8181
-a ./release/github-darwin-amd64 \

0 commit comments

Comments
 (0)