types/0.1.2

This commit is contained in:
Bruce Röttgers
2025-04-26 15:07:07 +02:00
parent 5e74672049
commit d48e75ce01
2 changed files with 2 additions and 2 deletions

View File

@@ -21,6 +21,6 @@ jobs:
node-version: "20.x"
registry-url: "https://registry.npmjs.org"
# no npm ci as no dependencies exist
- run: npm publish --provenance --access public
- run: cd types && npm publish --provenance --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}