From e92e148c01eb745bc3f40aa5de5f5f96344e1733 Mon Sep 17 00:00:00 2001 From: JCNoguera Date: Fri, 26 Jan 2024 13:55:55 +0100 Subject: [PATCH] chore: format --- .github/workflows/release-production.yaml | 22 +++++++++++----------- .github/workflows/release-staging.yaml | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/release-production.yaml b/.github/workflows/release-production.yaml index 0a9a37ff6..46692a880 100644 --- a/.github/workflows/release-production.yaml +++ b/.github/workflows/release-production.yaml @@ -3,20 +3,20 @@ name: Release Explorer to Production on: push: tags: - - 'v[0-9]+.[0-9]+.[0-9]+' - - '!v[0-9]+.[0-9]+.[0-9]+-rc.[0-9]+' + - "v[0-9]+.[0-9]+.[0-9]+" + - "!v[0-9]+.[0-9]+.[0-9]+-rc.[0-9]+" jobs: set_tags: - name: Set Tags - runs-on: ubuntu-latest - outputs: - version_tag: ${{ steps.set_version_tag.outputs.version_tag }} - steps: - - name: Set up the version tag for docker images - id: set_version_tag - run: | - echo "VERSION_TAG=${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT + name: Set Tags + runs-on: ubuntu-latest + outputs: + version_tag: ${{ steps.set_version_tag.outputs.version_tag }} + steps: + - name: Set up the version tag for docker images + id: set_version_tag + run: | + echo "VERSION_TAG=${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT use-reusable-workflow: name: Build Images diff --git a/.github/workflows/release-staging.yaml b/.github/workflows/release-staging.yaml index 8628bf48e..2301bac56 100644 --- a/.github/workflows/release-staging.yaml +++ b/.github/workflows/release-staging.yaml @@ -3,7 +3,7 @@ name: Release Explorer to Staging on: push: tags: - - 'v[0-9]+.[0-9]+.[0-9]+-rc.[0-9]+' # Versioning pattern 'v1.0.0-rc.0' + - "v[0-9]+.[0-9]+.[0-9]+-rc.[0-9]+" # Versioning pattern 'v1.0.0-rc.0' workflow_dispatch: inputs: tag: