Skip to content

Commit

Permalink
GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAlex94 committed Jul 2, 2023
1 parent 9412abe commit 6b92090
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.versiondisplay }}'
DISPLAY_VERSION: '${{ needs.build.outputs.versionouts }}'
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.versiondisplay }}'
DISPLAY_VERSION: '${{ needs.stage.outputs.versionout }}'
2 changes: 1 addition & 1 deletion .github/workflows/stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: "\U0001F4E3 Output VERSION_DISPLAY"
id: versionexport
run: >-
echo "::set-output name=version::$(echo ${{ inputs.DISPLAY_VERSION }})"
echo "version=$(echo ${{ inputs.DISPLAY_VERSION }})" >> $GITHUB_OUTPUT
- name: "\U0001F4E3 Export CHANNEL"
run: |
if [[ $PRE_RELEASE == 'true' ]]; then
Expand Down

0 comments on commit 6b92090

Please sign in to comment.