ci: fix script names and remove unnecessary info for OIDC auth

This commit is contained in:
Lukas Obermann
2025-12-27 15:01:23 +01:00
parent ad0f148f1b
commit 971412b5ee
+4 -6
View File
@@ -18,11 +18,9 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
node-version: 24
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm run build:ts
- run: npm run build:schema
- run: npm publish --provenance --access public
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
- run: npm run build
- run: npm run generate
- run: npm publish