From 99d693f4bc24e74d69c035e263256b889dfc9763 Mon Sep 17 00:00:00 2001 From: Yash Maheshwari Date: Mon, 18 Mar 2024 11:32:39 +0530 Subject: [PATCH] Update indentation in common-firebase-hosting-release.yml --- .../common-firebase-hosting-release.yml | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/common-firebase-hosting-release.yml b/.github/workflows/common-firebase-hosting-release.yml index 0530645..65e8997 100644 --- a/.github/workflows/common-firebase-hosting-release.yml +++ b/.github/workflows/common-firebase-hosting-release.yml @@ -51,14 +51,14 @@ jobs: run: firebase deploy --token "$HOTWAX_PUBLIC_SECRET" -m "Deploying via GitHub actions" --only hosting:uat env: HOTWAX_PUBLIC_SECRET: ${{ secrets.HOTWAX_PUBLIC_SECRET }} - release: - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v2 - - name: "Fetch release tag" - run: | - echo "LABEL=$(git describe --tags `git rev-list --tags --max-count=1`)" >> $GITHUB_ENV + release: + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v2 + - name: "Fetch release tag" + run: | + echo "LABEL=$(git describe --tags `git rev-list --tags --max-count=1`)" >> $GITHUB_ENV - - name: "Create label" - run: gh label create "release-${{ env.LABEL }}" --color FF7F7E + - name: "Create label" + run: gh label create "release-${{ env.LABEL }}" --color FF7F7E