Skip to content
This repository has been archived by the owner on Apr 30, 2023. It is now read-only.

Commit

Permalink
Update on-release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jkilzi authored Jul 11, 2022
1 parent a9a9090 commit 16b0764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
tags: >
${{ env.REACT_APP_VERSION }}
${{ env.REACT_APP_GIT_SHA }}
'latest-${{ github.sha }}'
latest-${{ github.sha }}
build-args: |
REACT_APP_GIT_SHA=${{ env.REACT_APP_GIT_SHA }}
REACT_APP_VERSION=${{ env.REACT_APP_VERSION }}
Expand Down

0 comments on commit 16b0764

Please sign in to comment.