Skip to content

Commit cc8642f

Browse files
workflow
1 parent fb934d7 commit cc8642f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync-element-web.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
rm -rf upstream-release element-web.tar.gz
6363
6464
# Save the current release version
65-
# echo "${{ steps.release.outputs.tag }}" > current-release.txt #TODO MSC
65+
echo "${{ steps.release.outputs.tag }}" > current-release.txt
6666
6767
# Only commit if there are changes
6868
if [ -n "$(git status --porcelain)" ]; then

0 commit comments

Comments
 (0)