From c99208aa2fc699a5eac58fb6acd16c6236e0ca7e Mon Sep 17 00:00:00 2001 From: Michael Keller <13169777+Michaelvsk@users.noreply.github.com> Date: Thu, 30 Jun 2022 20:35:44 +0200 Subject: [PATCH 1/2] ci: fix copy/paste bug --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a635f6a..a66f86d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -53,7 +53,7 @@ jobs: if [ ! -z "$VERSION" ]; then dotnet version $VERSION - if VERSION_NO=$(xmlstarlet sel -t -m '/Project/PropertyGroup/AssemblyVersion' -v . < ./AzMoNCon/AzMoNCon.csproj 2>&1); then + if VERSION_NO=$(xmlstarlet sel -t -m '/Project/PropertyGroup/AssemblyVersion' -v . < ./GameDb/GameDb.csproj 2>&1); then echo "Extracted version number is ${VERSION_NO}" git commit -a -m "chore(release): $VERSION_NO [skip ci]" auto shipit From 3278395ad39de305c5d1fa1fe2be6435a6699522 Mon Sep 17 00:00:00 2001 From: Michael Keller <13169777+Michaelvsk@users.noreply.github.com> Date: Thu, 30 Jun 2022 20:40:04 +0200 Subject: [PATCH 2/2] ci: fix build triggers --- .github/workflows/build-pr.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build-pr.yaml b/.github/workflows/build-pr.yaml index 0885d9e..442a538 100644 --- a/.github/workflows/build-pr.yaml +++ b/.github/workflows/build-pr.yaml @@ -1,9 +1,7 @@ name: Build +concurrency: ${{ github.ref_name }} on: workflow_dispatch: - push: - branches: - - main pull_request: types: [opened, synchronize, reopened] jobs: