Skip to content

Commit

Permalink
Fix env
Browse files Browse the repository at this point in the history
  • Loading branch information
ozonophore committed Feb 3, 2024
1 parent aaac285 commit fca8130
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -233,8 +233,8 @@ jobs:
push: true
tags: ghcr.io/${{ github.actor }}/yoda-web:latest,ghcr.io/${{ github.actor }}/yoda-web:${{ steps.get-version.outputs.substring }}
build-args: |
- REACT_APP_VERSION=${{ steps.bump-semver.outputs.new_version }}
- REACT_APP_NODE_ENV=production
REACT_APP_VERSION=${{ steps.bump-semver.outputs.new_version }}
REACT_APP_NODE_ENV=production
release:
runs-on: ubuntu-20.04
needs:
Expand Down

0 comments on commit fca8130

Please sign in to comment.