From 44002dbce816522fbae1b1ad328e1fc2c4044e57 Mon Sep 17 00:00:00 2001 From: tehe Date: Sun, 19 May 2024 03:10:28 +0200 Subject: [PATCH] ci: push version only in a single workflow to avoid conflicts (#20) --- .github/workflows/release.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 76f6048..89b83cb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,14 +22,11 @@ jobs: build-release-pdb: name: Build Release (Debug Symbols) uses: ./.github/workflows/build.yml - secrets: - SSH_KEY: ${{ secrets.NEKOBOCIK_SSH_KEY }} with: cmake-preset: x86-release-pdb upload-artifact-dll-pdb: release-dll-pdb upload-artifact-vdf: release-vdf-pdb project-version: ${{ github.ref_name }} - push-version-commit: true publish: name: Publish Release