You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TAG_VERSION=`echo "${GITHUB_REF_NAME}" | sed 's/^v//'`
15
+
METAINFO_VERSION=`cat src/debian/usr/share/metainfo/org.artisan_scope.artisan.metainfo.xml | sed 's/^\s*<release.*version="\([^"]\+\)".*$/\1/p;d' | head -n1`
16
+
echo "tag: ${TAG_VERSION}"
17
+
echo "metainfo: ${METAINFO_VERSION}"
18
+
if [ "${TAG_VERSION}" != "${METAINFO_VERSION}" ]; then
19
+
echo "version from tag different from metainfo, please check you updated the metainfo file for this version tag" 1>&2
0 commit comments