Skip to content

Commit eb4ca8a

Browse files
committed
fix ci
1 parent 1331774 commit eb4ca8a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
"$ACTIONS_ID_TOKEN_REQUEST_URL&audience=https://registry.npmjs.org/" \
2222
| jq -r '.value')
2323
echo "ID_TOKEN exists: $([ -n "$ID_TOKEN" ] && echo "Yes" || echo "No")"
24-
env:
24+
env:
2525
ACTIONS_ID_TOKEN_REQUEST_URL: ${{ env.ACTIONS_ID_TOKEN_REQUEST_URL }}
2626
ACTIONS_ID_TOKEN_REQUEST_TOKEN: ${{ env.ACTIONS_ID_TOKEN_REQUEST_TOKEN }}
2727
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)