Skip to content

Commit fed2b1e

Browse files
committed
Fix typo
1 parent 9b56f54 commit fed2b1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-typescript.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@ jobs:
5353
VERSION=$(pnpm pkg get version | tr -d '"')
5454
SHORT_SHA=${GITHUB_SHA::8}
5555
pnpm version --no-git-tag-version "${VERSION}-${SHORT_SHA}"
56-
pnpm publish --no-git-checks s--access public --tag latest
56+
pnpm publish --no-git-checks --access public --tag latest
5757
env:
5858
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)