Skip to content

Commit a86be1b

Browse files
committed
publish
1 parent a9b000a commit a86be1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/typescript.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ jobs:
6060
npm install
6161
npm run build
6262
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc
63-
npm run publish || true
63+
npm publish || true

0 commit comments

Comments
 (0)