Skip to content

Commit

Permalink
fix: frontend.yml #8
Browse files Browse the repository at this point in the history
  • Loading branch information
nadyasav committed Oct 19, 2023
1 parent 883c1df commit ece48fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Put Git tag and time to .env file
run: |
echo VITE_REACT_POLYGON_ADDRESS_PP_VAULT_FACTORY=${{ vars.VITE_REACT_POLYGON_ADDRESS_PP_VAULT_FACTORY }} >> ${{ github.workspace }}/frontend/dist/.env
echo VITE_REACT_APP_GIT_TAG=${{ github.ref_name }} > ${{ github.workspace }}/frontend/dist/.env
echo VITE_REACT_APP_GIT_TAG=${{ github.ref_name }} >> ${{ github.workspace }}/frontend/dist/.env
echo VITE_REACT_APP_GIT_DATE="$(date +'%Y-%m-%d')" >> ${{ github.workspace }}/frontend/dist/.env
- name: Upload Artifacts
Expand Down

0 comments on commit ece48fb

Please sign in to comment.