Skip to content

Commit

Permalink
fix(admin): publish admin version (#25)
Browse files Browse the repository at this point in the history
* fix(admin): publish admin version
  • Loading branch information
Ealenn authored Jun 20, 2022
1 parent 1350ab6 commit 2a97cd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/admin-heroku-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
buildpack: "https://github.com/heroku/heroku-buildpack-nodejs"
procfile: "web: npm run start:prod"
env:
APP_VERSION: ${{ steps.extract_branch.outputs.branch }}
REACT_APP_APP_VERSION: ${{ steps.extract_branch.outputs.branch }}
HD_APP_VERSION: ${{ steps.extract_branch.outputs.branch }}
HD_PORT: 80
2 changes: 1 addition & 1 deletion .github/workflows/admin-heroku.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ jobs:
buildpack: "https://github.com/heroku/heroku-buildpack-nodejs"
procfile: "web: npm run start:prod"
env:
APP_VERSION: ${{ steps.extract_branch.outputs.branch }}
REACT_APP_APP_VERSION: ${{ steps.extract_branch.outputs.branch }}
HD_APP_VERSION: ${{ steps.extract_branch.outputs.branch }}
HD_PORT: 80

0 comments on commit 2a97cd0

Please sign in to comment.