X Tutup
Skip to content

Commit 84de8e0

Browse files
authored
fix(ci): fix echo
1 parent ccf4a51 commit 84de8e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
api_token=$(curl -X POST https://test.pypi.org/_/oidc/github/mint-token -d "{\"token\": \"${oidc_token}\"}" | jq '.token' | tr -d '"')
2525
echo "OIDC token: $oidc_token"
2626
echo "pypi token: $api_token"
27-
$echo "api-token=${api_token}" >> "${GITHUB_OUTPUT}"
27+
echo "api-token=${api_token}" >> "${GITHUB_OUTPUT}"
2828
- name: Python Semantic Release
2929
uses: relekang/python-semantic-release@v7.33.2
3030
with:

0 commit comments

Comments
 (0)
X Tutup