Skip to content

Commit 891d3d4

Browse files
committed
Update build.yaml
1 parent 1a9bb53 commit 891d3d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
repository: TaskarCenterAtUW/workspaces-frontend
3737
path: frontend
3838
ref: refs/tags/${{github.event.inputs.env}}
39-
- run: cd frontend; FRONTEND_VERSION=`/usr/bin/git log -1 --format='%h'` >> "$GITHUB_ENV"
39+
- run: cd frontend; echo FRONTEND_VERSION=`/usr/bin/git log -1 --format='%h'` >> "$GITHUB_ENV"
4040

4141

4242
- uses: docker/login-action@v3

0 commit comments

Comments
 (0)