Skip to content

Commit

Permalink
GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAlex94 committed Jul 3, 2023
1 parent 95e6e4e commit 0305587
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
AWS_SECRET_ACCESS_KEY: '${{ secrets.CF_ACCESS_KEY_SECRET }}'
CF_ENDPOINT: '${{ secrets.CF_ENDPOINT }}'
with:
DISPLAY_VERSION: '${{ needs.build.outputs.versionout }}'
DISPLAY_VERSION: '${{ github.event.inputs.tags }}'
PRE_RELEASE: '${{ github.event.inputs.prerelease }}'
production:
name: Deploy to Production
Expand All @@ -61,4 +61,4 @@ jobs:
with:
COMMIT_SHA: '${{ github.sha }}'
PRE_RELEASE: '${{ github.event.inputs.prerelease }}'
DISPLAY_VERSION: '${{ needs.stage.outputs.versionout }}'
DISPLAY_VERSION: '${{ github.event.inputs.tags }}'

0 comments on commit 0305587

Please sign in to comment.