We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebaddd2 commit a4e3743Copy full SHA for a4e3743
1 file changed
.github/workflows/sync-element-web.yml
@@ -66,7 +66,8 @@ jobs:
66
67
# Only commit if there are changes
68
if [ -n "$(git status --porcelain)" ]; then
69
- git add processed/ current-release.txt
+ git add processed/
70
+ [ -f current-release.txt ] && git add current-release.txt
71
git commit -m "Update to ${{ steps.release.outputs.tag }}"
72
git push origin main
73
else
0 commit comments