Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm authored Apr 30, 2023
1 parent 6c4e0f1 commit cb0aa27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
resp=$(curl -H "Authorization: bearer $ACTIONS_ID_TOKEN_REQUEST_TOKEN" \
"$ACTIONS_ID_TOKEN_REQUEST_URL&audience=pypi")
oidc_token=$(jq -c '{"token": "\(.value)"} | @json' <<< "${resp}")
oidc_token=$(jq -c "{\"token\": \"(.value)\"} | @json" <<< "${resp}")
echo "OIDC @oidc_token"
#oidc_token=$(jq '.value' <<< "${resp}")
Expand Down

0 comments on commit cb0aa27

Please sign in to comment.