From aacfbf551b50b3a991920d786d32affaeb21bea6 Mon Sep 17 00:00:00 2001 From: James Sandford Date: Wed, 1 Nov 2023 14:08:35 +0000 Subject: [PATCH] Regenerate static files --- .github/workflows/shared-ext-release-workflow.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/shared-ext-release-workflow.yml b/.github/workflows/shared-ext-release-workflow.yml index bdf9bbd..5c0eb51 100644 --- a/.github/workflows/shared-ext-release-workflow.yml +++ b/.github/workflows/shared-ext-release-workflow.yml @@ -66,6 +66,8 @@ jobs: - name: Create tag run: | + git config --global user.email "cloudfit-opensource@rd.bbc.co.uk" + git config --global user.name "BBC RD" git tag -a ${{ steps.nextVersion.outputs.version }} -m "v.${{ steps.nextVersion.outputs.version }}" git push origin --tags