From 8c4d2d319fc88b736795a90d3bd74d1262249ebc Mon Sep 17 00:00:00 2001 From: MehmetScgn Date: Wed, 25 Mar 2026 14:12:46 +0200 Subject: [PATCH] fix: use trusted publishing in release workflow --- .github/workflows/release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 95940c1..1d9e004 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,6 @@ jobs: with: node-version: '24' cache: 'npm' - registry-url: 'https://registry.npmjs.org' - name: Install run: npm ci