We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8624d15 + a394cfe commit 0e76d7fCopy full SHA for 0e76d7f
1 file changed
entrypoint.sh
@@ -121,6 +121,11 @@ svn status | grep '^\!' | sed 's/! *//' | xargs -I% svn rm %@ > /dev/null
121
echo "➤ Copying tag..."
122
svn cp "trunk" "tags/$VERSION"
123
124
+# Fix screenshots getting force downloaded when clicking them
125
+# https://developer.wordpress.org/plugins/wordpress-org/plugin-assets/
126
+svn propset svn:mime-type image/png assets/*.png || true
127
+svn propset svn:mime-type image/jpeg assets/*.jpg || true
128
+
129
svn status
130
131
echo "➤ Committing files..."
0 commit comments