From 4113f7e933ff7a538c0c66a1c9f89efa48973c2e Mon Sep 17 00:00:00 2001 From: tidusjar Date: Wed, 29 Sep 2021 15:31:11 +0100 Subject: [PATCH] ci: :building_construction: --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 065701347..53f5ab297 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -124,7 +124,7 @@ jobs: # This is only to get the next version number so we can set the version before compile - name: Conventional Changelog Action - id: pre-build-changelog + id: changelog uses: TriPSs/conventional-changelog-action@v3 with: github-token: ${{ secrets.github_token }} @@ -137,7 +137,7 @@ jobs: - name: Set Backend Version run: | dotnet tool install -g dotnet-setversion - setversion -r ${{ steps.pre-build-changelog.outputs.version }} + setversion -r ${{ steps.changelog.outputs.version }} working-directory: src - name: Publish Backend ${{ matrix.os }}