Skip to content

Commit

Permalink
commenting out run build
Browse files Browse the repository at this point in the history
  • Loading branch information
dmekala-va committed Jul 9, 2024
1 parent 95a8227 commit 0bb46b8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/github-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ jobs:
- name: Print env
run: printenv

- name: Run Build
env:
NODE_ENV: production
BUILD_ENV: ${{matrix.environment}}
REACT_APP_COMMIT_HASH: ${{needs.install.outputs.hash}}
run: npm run build $BUILD_ENV
# - name: Run Build
# env:
# NODE_ENV: production
# BUILD_ENV: ${{matrix.environment}}
# REACT_APP_COMMIT_HASH: ${{needs.install.outputs.hash}}
# run: npm run build $BUILD_ENV

- name: Configure AWS Credentials
uses: aws-actions/[email protected]
Expand Down

0 comments on commit 0bb46b8

Please sign in to comment.