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 6b92090 commit 95e6e4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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.versionouts }}'
DISPLAY_VERSION: '${{ needs.build.outputs.versionout }}'
PRE_RELEASE: '${{ github.event.inputs.prerelease }}'
production:
name: Deploy to Production
Expand Down

0 comments on commit 95e6e4e

Please sign in to comment.