Skip to content

Commit

Permalink
Merge pull request #42 from JasonElkin/bugfix/staging-workflow-tag
Browse files Browse the repository at this point in the history
Use a different tag name for staging builds
  • Loading branch information
OwainWilliams authored Oct 17, 2023
2 parents c09febf + edb1517 commit b0aeaec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/STAGING.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,4 @@ jobs:
uses: tvdias/[email protected]
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 }}

0 comments on commit b0aeaec

Please sign in to comment.