From 970805aa1bc2857cb8441420bdec86408a9332f4 Mon Sep 17 00:00:00 2001 From: Aaron Barth Date: Tue, 14 May 2024 21:01:42 -0400 Subject: [PATCH] Update copilot-build-frontend.yml --- .github/workflows/copilot-build-frontend.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/copilot-build-frontend.yml b/.github/workflows/copilot-build-frontend.yml index 2a3033297..7c23f8107 100644 --- a/.github/workflows/copilot-build-frontend.yml +++ b/.github/workflows/copilot-build-frontend.yml @@ -34,6 +34,10 @@ jobs: yarn format # run format script working-directory: webapp + - name: Determine version + id: gitversion + uses: gittools/actions/gitversion/execute@v1 + - name: Set version tag id: versiontag run: |