Skip to content

Commit

Permalink
Update GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
langonginc committed Jun 9, 2024
1 parent 0265da0 commit 51e0506
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ jobs:
env:
BUMP_VERSION: ${{ inputs.bump_version }}

- name: Release
id: release
run: ./scripts/release.sh
shell: bash
env:
VERSION: ${{ steps.build.outputs.RMG_VER }}
ENV: ${{ inputs.auto_deploy }}
# - name: Release
# id: release
# run: ./scripts/release.sh
# shell: bash
# env:
# VERSION: ${{ steps.build.outputs.RMG_VER }}
# ENV: ${{ inputs.auto_deploy }}

- name: Release
if: ${{ inputs.auto_deploy == 'UAT' || inputs.auto_deploy == 'PRD' }}
Expand Down

0 comments on commit 51e0506

Please sign in to comment.