Skip to content

Commit

Permalink
Update indentation in common-firebase-hosting-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ymaheshwari1 authored Mar 18, 2024
1 parent 07778b2 commit 99d693f
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/common-firebase-hosting-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 99d693f

Please sign in to comment.