fix(snap): no info if no release [skip ci] (#1237)

This commit is contained in:
Baptiste Augrain
2022-09-05 10:22:08 +02:00
committed by GitHub
parent 315d25a735
commit 452550caa3

View File

@@ -40,7 +40,7 @@ else
export SHOULD_DEPLOY="yes"
snap version
snap info "${SNAP_NAME}"
snap info "${SNAP_NAME}" 2>&1
fi
fi