diff --git a/.github/workflows/STAGING.yml b/.github/workflows/STAGING.yml index d29f0bf..5b04392 100644 --- a/.github/workflows/STAGING.yml +++ b/.github/workflows/STAGING.yml @@ -85,4 +85,4 @@ jobs: uses: tvdias/github-tagger@v0.0.1 with: repo-token: ${{ secrets.GITHUB_TOKEN }} - tag: ProductionBuild-${{ steps.date.outputs.year }}${{ steps.date.outputs.month }}${{ steps.date.outputs.day }}-${{ github.run_number }} + tag: StagingBuild-${{ steps.date.outputs.year }}${{ steps.date.outputs.month }}${{ steps.date.outputs.day }}-${{ github.run_number }}