Skip to content

Commit

Permalink
Merge pull request #26 from microsoft/sethjuarez/web
Browse files Browse the repository at this point in the history
cleanup
  • Loading branch information
sethjuarez authored Jun 24, 2024
2 parents b9c207c + 0b6fdb7 commit fc5d601
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/web-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v4
- name: Create tag
run: |
echo "TAG=v$(date +%Y%m%d.%H%M%S)" >> "$GITHUB_ENV"
echo "TAG=v$(TZ='America/Los_Angeles' date +%Y%m%d.%H%M%S)" >> "$GITHUB_ENV"
echo "Using tag: ${TAG}"
- name: Log in to Azure
Expand Down
Binary file added web/public/assets/prompty_p.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed web/src/app/favicon.ico
Binary file not shown.

0 comments on commit fc5d601

Please sign in to comment.