From deabefbc1fd4d221b44ee579fc5559d0137d46df Mon Sep 17 00:00:00 2001 From: OmentaElvis Date: Sat, 20 Dec 2025 14:40:05 +0300 Subject: [PATCH] feat: initial setup of github action and semantic release --- .github/workflows/release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4a3e786..c44c23a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,6 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 - persist-credentials: false - name: Setup pnpm uses: pnpm/action-setup@v4 with: