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 45dcae4 commit 9b56f54Copy full SHA for 9b56f54
.github/workflows/ci-typescript.yaml
@@ -53,11 +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 --access public --tag latest
+ pnpm publish --no-git-checks s--access public --tag latest
57
env:
58
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
59
-
60
- - name: Check npm pack contents
61
- run: |
62
- pnpm pack
63
- tar -tzf *.tgz
0 commit comments