We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b56f54 commit fed2b1eCopy full SHA for fed2b1e
.github/workflows/ci-typescript.yaml
@@ -53,6 +53,6 @@ jobs:
53
VERSION=$(pnpm pkg get version | tr -d '"')
54
SHORT_SHA=${GITHUB_SHA::8}
55
pnpm version --no-git-tag-version "${VERSION}-${SHORT_SHA}"
56
- pnpm publish --no-git-checks s--access public --tag latest
+ pnpm publish --no-git-checks --access public --tag latest
57
env:
58
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments