We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb934d7 commit cc8642fCopy full SHA for cc8642f
.github/workflows/sync-element-web.yml
@@ -62,7 +62,7 @@ jobs:
62
rm -rf upstream-release element-web.tar.gz
63
64
# Save the current release version
65
- # echo "${{ steps.release.outputs.tag }}" > current-release.txt #TODO MSC
+ echo "${{ steps.release.outputs.tag }}" > current-release.txt
66
67
# Only commit if there are changes
68
if [ -n "$(git status --porcelain)" ]; then
0 commit comments