From bb8665ae971d7fe41e3ec7cc6e3d229cc02b53e9 Mon Sep 17 00:00:00 2001 From: Frederic Kneier Date: Wed, 22 May 2024 16:58:42 +0200 Subject: [PATCH] Modify build pipeline --- .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 097671a..244d776 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,7 +32,7 @@ jobs: id: version run: curl -Ls https://solugo.github.io/gitversion/run.sh | GITVERSION=v1.1.1 bash build: - name: Build + name: Build ${{ needs.version.outputs.version }} runs-on: ubuntu-latest needs: - version @@ -60,7 +60,7 @@ jobs: --no-daemon \ ; publish: - name: Publish to Titan01 + name: Publish ${{ needs.version.outputs.version }} to Titan01 runs-on: ubuntu-latest needs: - version