Skip to content

Commit

Permalink
ci: push version only in a single workflow to avoid conflicts (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrmacha committed May 19, 2024
1 parent 30ca110 commit 44002db
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 44002db

Please sign in to comment.