From f2148c2c867588e9d8aecea9eea175e4797c72cd Mon Sep 17 00:00:00 2001 From: Kazuki Ota Date: Thu, 21 Dec 2023 16:30:25 +0900 Subject: [PATCH] Update build-and-publish.yml (#464) --- .github/workflows/build-and-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index bd702593..9b6bf9d0 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -42,7 +42,7 @@ jobs: - name: Install dependencies run: dotnet restore ReactiveProperty.sln - name: Build - run: dotnet build ReactiveProperty.sln -c Release --no-restore /p:ContinuousIntegrationBuild=True /p:EmbedUntrackedSources=True /p:Version=${GITHUB_REF/refs/tags} + run: dotnet build ReactiveProperty.sln -c Release --no-restore /p:ContinuousIntegrationBuild=True /p:EmbedUntrackedSources=True - name: Test run: dotnet test ReactiveProperty.sln --no-restore --verbosity normal - name: Copy package files