From 971412b5eed360caa6f08ee26cb4ba29dc799d3e Mon Sep 17 00:00:00 2001 From: Lukas Obermann Date: Sat, 27 Dec 2025 15:01:23 +0100 Subject: [PATCH] ci: fix script names and remove unnecessary info for OIDC auth --- .github/workflows/npm-publish.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 62190ea..ee910ba 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -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