feat: initial setup of github action and semantic release

This commit is contained in:
2025-12-20 14:40:05 +03:00
parent 717c267d0e
commit deabefbc1f

View File

@@ -14,7 +14,6 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0
persist-credentials: false
- name: Setup pnpm - name: Setup pnpm
uses: pnpm/action-setup@v4 uses: pnpm/action-setup@v4
with: with: