Skip to content

Commit

Permalink
[add] build description
Browse files Browse the repository at this point in the history
  • Loading branch information
VecHK committed Dec 16, 2023
1 parent 57a8aa8 commit e831384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: |
cd dashboard
echo "${{secrets.DASHBOARD_ENV_DEVELOPMENT}}" > ./.env.production
echo "REACT_APP_BUILD_DESCRIPTION=Development version. build:${{ github.run_number }} commit:${{ github.sha }}"
echo "REACT_APP_BUILD_DESCRIPTION=Development version. build:${{ github.run_number }} commit:${{ github.sha }}" >> ./.env.production
npm install
npm run build:prod
mv dist dashboard
Expand Down

0 comments on commit e831384

Please sign in to comment.